Skip to content

Commit

Permalink
chore: disable default features on revm (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir authored Jan 13, 2024
1 parent b9e6e4e commit 5028bdb
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 @@ -26,7 +26,7 @@ alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy" }
alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy" }

# revm = "3.4"
revm = { git = "https://github.com/bluealloy/revm", branch = "reth_freeze" }
revm = { git = "https://github.com/bluealloy/revm", branch = "reth_freeze", default-features = false, features = ["std"] }

# js-tracing-inspector
boa_engine = { version = "0.17", optional = true }
Expand Down

0 comments on commit 5028bdb

Please sign in to comment.