Skip to content

Commit 24b79d3

Browse files
committed
f11bbab
1 parent fbbe983 commit 24b79d3

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -677,17 +677,17 @@ visibility = "0.1.1"
677677
walkdir = "2.3.3"
678678

679679
[patch.crates-io]
680-
revm = { git = "https://github.com/bluealloy/revm", rev = "ac21fc5" }
681-
revm-bytecode = { git = "https://github.com/bluealloy/revm", rev = "ac21fc5" }
682-
revm-database = { git = "https://github.com/bluealloy/revm", rev = "ac21fc5" }
683-
revm-state = { git = "https://github.com/bluealloy/revm", rev = "ac21fc5" }
684-
revm-primitives = { git = "https://github.com/bluealloy/revm", rev = "ac21fc5" }
685-
revm-interpreter = { git = "https://github.com/bluealloy/revm", rev = "ac21fc5" }
686-
revm-inspector = { git = "https://github.com/bluealloy/revm", rev = "ac21fc5" }
687-
revm-context = { git = "https://github.com/bluealloy/revm", rev = "ac21fc5" }
688-
revm-context-interface = { git = "https://github.com/bluealloy/revm", rev = "ac21fc5" }
689-
revm-database-interface = { git = "https://github.com/bluealloy/revm", rev = "ac21fc5" }
690-
op-revm = { git = "https://github.com/bluealloy/revm", rev = "ac21fc5" }
680+
revm = { git = "https://github.com/bluealloy/revm", rev = "f11bbab" }
681+
revm-bytecode = { git = "https://github.com/bluealloy/revm", rev = "f11bbab" }
682+
revm-database = { git = "https://github.com/bluealloy/revm", rev = "f11bbab" }
683+
revm-state = { git = "https://github.com/bluealloy/revm", rev = "f11bbab" }
684+
revm-primitives = { git = "https://github.com/bluealloy/revm", rev = "f11bbab" }
685+
revm-interpreter = { git = "https://github.com/bluealloy/revm", rev = "f11bbab" }
686+
revm-inspector = { git = "https://github.com/bluealloy/revm", rev = "f11bbab" }
687+
revm-context = { git = "https://github.com/bluealloy/revm", rev = "f11bbab" }
688+
revm-context-interface = { git = "https://github.com/bluealloy/revm", rev = "f11bbab" }
689+
revm-database-interface = { git = "https://github.com/bluealloy/revm", rev = "f11bbab" }
690+
op-revm = { git = "https://github.com/bluealloy/revm", rev = "f11bbab" }
691691

692692
revm-inspectors = { git = "https://github.com/paradigmxyz/revm-inspectors", rev = "3c6cca4" }
693693

0 commit comments

Comments
 (0)