Skip to content

Commit

Permalink
chore(deps): bump revm dd98b3b (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Jun 17, 2024
1 parent 6bbf303 commit 79774a6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ 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"] }
revm = { version = "9.0", git = "https://github.com/bluealloy/revm.git", rev = "8f4c153", default-features = false, features = [
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "6cb3713", 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 79774a6

Please sign in to comment.