Skip to content

Commit

Permalink
chore: bump revm 13 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Aug 8, 2024
1 parent 2cb6db7 commit 8afab94
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 @@ -33,7 +33,7 @@ clippy.lint_groups_priority = "allow"
alloy-sol-types = "0.7"
alloy-primitives = "0.7"
alloy-rpc-types = { version = "0.2", features = ["eth", "trace"] }
revm = { version = "12.1", default-features = false, features = ["std"] }
revm = { version = "13", default-features = false, features = ["std"] }

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

0 comments on commit 8afab94

Please sign in to comment.