Skip to content

Commit

Permalink
chore: remove revm default std (#13478)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Dec 20, 2024
1 parent 557ebef commit d1dcc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ reth-trie-sparse = { path = "crates/trie/sparse" }
reth-zstd-compressors = { path = "crates/storage/zstd-compressors", default-features = false }

# revm
revm = { version = "18.0.0", features = ["std"], default-features = false }
revm = { version = "18.0.0", default-features = false }
revm-inspectors = "0.13.0"
revm-primitives = { version = "14.0.0", default-features = false }
revm-interpreter = { version = "14.0.0", default-features = false }
Expand Down

0 comments on commit d1dcc0b

Please sign in to comment.