Skip to content

Commit

Permalink
dep: lock alloy deps (#8)
Browse files Browse the repository at this point in the history
## Description

Lock alloy deps to last commit hash.
  • Loading branch information
rkrasiuk authored Feb 9, 2024
1 parent 15d26f6 commit 67ab6a0
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" }
alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy" }
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" }

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

0 comments on commit 67ab6a0

Please sign in to comment.