Skip to content

Commit

Permalink
chore: bump revm v10.0 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita authored Jun 20, 2024
1 parent 4fe17f0 commit adecef6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ clippy.lint_groups_priority = "allow"
alloy-sol-types = "0.7"
alloy-primitives = "0.7"
alloy-rpc-types = { version = "0.1", features = ["eth", "trace"] }
revm = { version = "9.0", git = "https://github.com/bluealloy/revm.git", rev = "41e2f7f", default-features = false, features = [
"std",
] }
revm = { version = "10.0", default-features = false, features = ["std"] }

anstyle = "1.0"
colorchoice = "1.0"
Expand Down

0 comments on commit adecef6

Please sign in to comment.