Skip to content

Commit 272a697

Browse files
committed
pin revm tag scroll-v91
1 parent c0d2142 commit 272a697

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -487,18 +487,18 @@ reth-ress-protocol = { path = "crates/ress/protocol" }
487487
reth-ress-provider = { path = "crates/ress/provider" }
488488

489489
# revm
490-
revm = { git = "https://github.com/scroll-tech/revm", default-features = false, features = ["enable_eip7702", "enable_eip7623"] }
491-
revm-bytecode = { git = "https://github.com/scroll-tech/revm", default-features = false }
492-
revm-database = { git = "https://github.com/scroll-tech/revm", default-features = false }
493-
revm-state = { git = "https://github.com/scroll-tech/revm", default-features = false }
494-
revm-primitives = { git = "https://github.com/scroll-tech/revm", default-features = false }
495-
revm-interpreter = { git = "https://github.com/scroll-tech/revm", default-features = false }
496-
revm-inspector = { git = "https://github.com/scroll-tech/revm", default-features = false }
497-
revm-context = { git = "https://github.com/scroll-tech/revm", default-features = false }
498-
revm-context-interface = { git = "https://github.com/scroll-tech/revm", default-features = false }
499-
revm-database-interface = { git = "https://github.com/scroll-tech/revm", default-features = false }
500-
op-revm = { git = "https://github.com/scroll-tech/revm", default-features = false }
501-
revm-scroll = { git = "https://github.com/scroll-tech/scroll-revm", default-features = false }
490+
revm = { git = "https://github.com/scroll-tech/revm", tag = "scroll-v91", default-features = false, features = ["enable_eip7702", "enable_eip7623"] }
491+
revm-bytecode = { git = "https://github.com/scroll-tech/revm", tag = "scroll-v91", default-features = false }
492+
revm-database = { git = "https://github.com/scroll-tech/revm", tag = "scroll-v91", default-features = false }
493+
revm-state = { git = "https://github.com/scroll-tech/revm", tag = "scroll-v91", default-features = false }
494+
revm-primitives = { git = "https://github.com/scroll-tech/revm", tag = "scroll-v91", default-features = false }
495+
revm-interpreter = { git = "https://github.com/scroll-tech/revm", tag = "scroll-v91", default-features = false }
496+
revm-inspector = { git = "https://github.com/scroll-tech/revm", tag = "scroll-v91", default-features = false }
497+
revm-context = { git = "https://github.com/scroll-tech/revm", tag = "scroll-v91", default-features = false }
498+
revm-context-interface = { git = "https://github.com/scroll-tech/revm", tag = "scroll-v91", default-features = false }
499+
revm-database-interface = { git = "https://github.com/scroll-tech/revm", tag = "scroll-v91", default-features = false }
500+
op-revm = { git = "https://github.com/scroll-tech/revm", tag = "scroll-v91", default-features = false }
501+
revm-scroll = { git = "https://github.com/scroll-tech/scroll-revm", tag = "scroll-v91", default-features = false }
502502
revm-inspectors = "0.31.0"
503503

504504
# eth
@@ -771,8 +771,8 @@ walkdir = "2.3.3"
771771
vergen-git2 = "1.0.5"
772772

773773
[patch.crates-io]
774-
revm = { git = "https://github.com/scroll-tech/revm" }
775-
op-revm = { git = "https://github.com/scroll-tech/revm" }
774+
revm = { git = "https://github.com/scroll-tech/revm", tag = "scroll-v91" }
775+
op-revm = { git = "https://github.com/scroll-tech/revm", tag = "scroll-v91" }
776776
# alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
777777
# alloy-contract = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
778778
# alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }

0 commit comments

Comments
 (0)