Skip to content

Commit

Permalink
chore: bump revm v5.0 (#29)
Browse files Browse the repository at this point in the history
bump revm
  • Loading branch information
rakita authored Feb 12, 2024
1 parent d48f86e commit 5622ad5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 5622ad5

Please sign in to comment.