Skip to content

Commit eb04214

Browse files
authored
bump revm to v2.1.0 (#3349)
1 parent 8faadeb commit eb04214

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

Cargo.lock

Lines changed: 5 additions & 3 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,4 @@ debug = 0
6565
#ethers-solc = { path = "../ethers-rs/ethers-solc" }
6666

6767
[patch.crates-io]
68-
#revm = { path = "../revm/crates/revm" }
69-
revm = { git = "https://github.com/bluealloy/revm" }
68+
#revm = { path = "../revm/crates/revm" }

anvil/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77
[dependencies]
88
# foundry internal
99
foundry-evm = { path = "../../evm" }
10-
revm = { version = "2.0", default-features = false, features = ["std", "k256", "with-serde", "memory_limit"] }
10+
revm = { version = "2.1", default-features = false, features = ["std", "k256", "with-serde", "memory_limit"] }
1111

1212
ethers-core = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
1313
serde = { version = "1.0", features = ["derive"] }

evm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ once_cell = "1.13"
3636
# EVM
3737
bytes = "1.1.0"
3838
hashbrown = { version = "0.12", features = ["serde"] }
39-
revm = { version = "2.0", default-features = false, features = ["std", "k256", "with-serde", "memory_limit"] }
39+
revm = { version = "2.1", default-features = false, features = ["std", "k256", "with-serde", "memory_limit"] }
4040

4141
# Fuzzer
4242
proptest = "1.0.0"

ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ eyre = "0.6.5"
1414
hex = "0.4.3"
1515
ethers = { git = "https://github.com/gakonst/ethers-rs" }
1616
forge = { path = "../forge" }
17-
revm = { version = "2.0", features = ["std", "k256", "with-serde"] }
17+
revm = { version = "2.1", features = ["std", "k256", "with-serde"] }

0 commit comments

Comments
 (0)