Skip to content

Commit

Permalink
chore(deps): use crates.io alloy (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Jun 17, 2024
1 parent 9404b09 commit 08e9886
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ clippy.lint_groups_priority = "allow"
# eth
alloy-sol-types = "0.7"
alloy-primitives = "0.7"
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "6cb3713", features = [
"eth",
"trace",
] }
alloy-rpc-types = { version = "0.1", features = ["eth", "trace"] }
revm = { version = "9.0", git = "https://github.com/bluealloy/revm.git", rev = "dd98b3b", default-features = false, features = [
"std",
] }
Expand Down

0 comments on commit 08e9886

Please sign in to comment.