Skip to content

Commit

Permalink
bump revm
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Feb 11, 2025
1 parent 144db20 commit a62c948
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 @@ -54,5 +54,5 @@ derive_more = { version = "1", default-features = false, features = ["full"] }
serde = { version = "1", default-features = false, features = ["derive"] }

[patch.crates-io]
revm = { git = "https://github.com/bluealloy/revm", rev = "a492073" }
revm-optimism = { git = "https://github.com/bluealloy/revm", rev = "a492073" }
revm = { git = "https://github.com/bluealloy/revm", rev = "26d16a1" }
revm-optimism = { git = "https://github.com/bluealloy/revm", rev = "26d16a1" }

0 comments on commit a62c948

Please sign in to comment.