Skip to content

Commit

Permalink
update dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
asiniscalchi committed May 30, 2024
1 parent d0e7b61 commit 4073cbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions frame/evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ targets = ["x86_64-unknown-linux-gnu"]
environmental = { workspace = true, optional = true }
evm = { workspace = true, features = ["with-codec"] }
hash-db = { workspace = true }
hex = { workspace = true, optional = true }
hex-literal = { workspace = true }
impl-trait-for-tuples = "0.2.2"
log = { workspace = true }
rlp = { workspace = true, optional = true }
scale-codec = { package = "parity-scale-codec", workspace = true }
scale-info = { workspace = true }
# Substrate
Expand All @@ -46,9 +44,8 @@ std = [
"environmental?/std",
"evm/std",
"evm/with-serde",
"hex?/std",
"hex/std",
"log/std",
"rlp?/std",
"scale-codec/std",
"scale-info/std",
# Substrate
Expand All @@ -63,8 +60,6 @@ std = [
"fp-evm/std",
]
runtime-benchmarks = [
"hex",
"rlp",
"frame-benchmarking/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
Expand Down

0 comments on commit 4073cbe

Please sign in to comment.