Skip to content

Commit

Permalink
chore: bump alloy (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Mar 10, 2024
1 parent 4558fb3 commit 1f935e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ clippy.lint_groups_priority = "allow"
# eth
alloy-sol-types = "0.6"
alloy-primitives = "0.6"
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "64d0352" }
alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy", rev = "64d0352" }
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "9ac2c90" }
alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy", rev = "9ac2c90" }
revm = { version = "7.1", default-features = false, features = ["std"] }

anstyle = "1.0"
Expand Down

0 comments on commit 1f935e7

Please sign in to comment.