diff --git a/Cargo.toml b/Cargo.toml index b18da82d..b87be607 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }