Skip to content

Commit

Permalink
chore: bump revm (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Oct 17, 2024
1 parent fb4ee4e commit 28e9932
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 @@ -34,7 +34,7 @@ alloy-rpc-types-eth = "0.4"
alloy-rpc-types-trace = "0.4"
alloy-sol-types = "0.8"
alloy-primitives = { version = "0.8", features = ["map"] }
revm = { version = "14.0.3", default-features = false, features = ["std"] }
revm = { version = "15.0.0", default-features = false, features = ["std"] }

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

0 comments on commit 28e9932

Please sign in to comment.