diff --git a/Cargo.toml b/Cargo.toml index c5c862c5..33c091ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,10 +26,8 @@ alloy-primitives = "0.6" alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "098ad56" } alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy", rev = "098ad56" } -# revm = "4.0" -revm = { git = "https://github.com/bluealloy/revm", branch = "main", default-features = false, features = [ - "std", -] } +# revm +revm = { version = "5.0", default-features = false, features = ["std"] } # js-tracing-inspector boa_engine = { version = "0.17", optional = true }