Skip to content

Commit

Permalink
Revert "dep: lock alloy deps (#8)"
Browse files Browse the repository at this point in the history
This reverts commit 67ab6a0.
  • Loading branch information
mattsse authored Feb 9, 2024
1 parent 67ab6a0 commit 803260f
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 @@ -22,8 +22,8 @@ rust.rust_2018_idioms = "deny"
# eth
alloy-sol-types = "0.6"
alloy-primitives = "0.6"
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "80206e7" }
alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy", rev = "80206e7" }
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy" }
alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy" }

# revm = "4.0"
revm = { git = "https://github.com/bluealloy/revm", branch = "main", default-features = false, features = [
Expand Down

0 comments on commit 803260f

Please sign in to comment.