Skip to content

Commit 6e0fd91

Browse files
authored
chore(deps): unpin from revm patch (#12609)
unpin
1 parent 1c7dcfa commit 6e0fd91

File tree

2 files changed

+53
-53
lines changed

2 files changed

+53
-53
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,9 @@ alloy-evm = "0.24.1"
290290
alloy-op-evm = "0.24.1"
291291

292292
# revm
293-
revm = { version = "33.0.0", default-features = false }
293+
revm = { version = "33.1.0", default-features = false }
294294
revm-inspectors = { version = "0.33.0", features = ["serde"] }
295-
op-revm = { version = "14.0.0", default-features = false }
295+
op-revm = { version = "14.1.0", default-features = false }
296296

297297
## cli
298298
anstream = "0.6"
@@ -440,8 +440,8 @@ rexpect = { git = "https://github.com/rust-cli/rexpect", rev = "2ed0b1898d7edaf6
440440
# alloy-op-evm = { git = "https://github.com/alloy-rs/evm.git", rev = "237d0a0" }
441441

442442
## revm
443-
revm = { git = "https://github.com/bluealloy/revm.git", rev = "7e59936" }
444-
op-revm = { git = "https://github.com/bluealloy/revm.git", rev = "7e59936" }
443+
# revm = { git = "https://github.com/bluealloy/revm.git", rev = "7e59936" }
444+
# op-revm = { git = "https://github.com/bluealloy/revm.git", rev = "7e59936" }
445445
# revm-inspectors = { git = "https://github.com/zerosnacks/revm-inspectors.git", rev = "0aaab71" }
446446

447447
## foundry

0 commit comments

Comments
 (0)