Skip to content

Commit

Permalink
chore: bump revm 18 alloy 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Nov 6, 2024
1 parent ebf965e commit 33a4f6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ clippy.lint_groups_priority = "allow"

[dependencies]
# eth
alloy-rpc-types-eth = "0.5"
alloy-rpc-types-trace = "0.5"
alloy-rpc-types-eth = "0.6"
alloy-rpc-types-trace = "0.6"
alloy-sol-types = "0.8"
alloy-primitives = { version = "0.8", features = ["map"] }
revm = { version = "17.0.0", default-features = false, features = ["std"] }
revm = { version = "18.0.0", default-features = false, features = ["std"] }

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

0 comments on commit 33a4f6e

Please sign in to comment.