Skip to content

Commit

Permalink
chore(deps): bump revm dd98b3b
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Jun 17, 2024
1 parent 6bbf303 commit cb4d31d
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 cb4d31d

Please sign in to comment.