Skip to content

Commit

Permalink
deps: bump revm
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Jun 17, 2024
1 parent 08e9886 commit 3435905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ clippy.lint_groups_priority = "allow"
alloy-sol-types = "0.7"
alloy-primitives = "0.7"
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 = [
revm = { version = "9.0", git = "https://github.com/bluealloy/revm.git", rev = "41e2f7f", default-features = false, features = [
"std",
] }

Expand Down

0 comments on commit 3435905

Please sign in to comment.