Skip to content

Commit 4a86e62

Browse files
committed
bump revm
1 parent dc2c44e commit 4a86e62

File tree

2 files changed

+23
-54
lines changed

2 files changed

+23
-54
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ 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,branch = "feat/v88", features = ["enable_eip7702", "enable_eip7623"] }
490+
revm = { git = "https://github.com/scroll-tech/revm", default-features = false, branch = "feat/v88", features = ["enable_eip7702", "enable_eip7623"] }
491491
revm-bytecode = { git = "https://github.com/scroll-tech/revm", default-features = false, branch = "feat/v88" }
492492
revm-database = { git = "https://github.com/scroll-tech/revm", default-features = false, branch = "feat/v88" }
493493
revm-state = { git = "https://github.com/scroll-tech/revm", default-features = false, branch = "feat/v88" }

0 commit comments

Comments
 (0)