Skip to content

Commit a7d66cc

Browse files
committed
chore: bump revm
1 parent e0c220e commit a7d66cc

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

Cargo.lock

+6-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+8-3
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,14 @@ reth-transaction-pool = { path = "crates/transaction-pool" }
170170
reth-trie = { path = "crates/trie" }
171171

172172
# revm
173-
revm = { version = "6.1.0", features = ["std", "secp256k1"], default-features = false }
174-
revm-primitives = { version = "2.1.0", features = ["std"], default-features = false }
175-
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "75a187b" }
173+
revm = { git = "https://github.com/bluealloy/revm", rev = "34e636b", features = [
174+
"std",
175+
"secp256k1",
176+
], default-features = false }
177+
revm-primitives = { git = "https://github.com/bluealloy/revm", rev = "34e636b", features = [
178+
"std",
179+
], default-features = false }
180+
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "1ae72ff" }
176181

177182
# eth
178183
alloy-chains = { version = "0.1", feature = ["serde", "rlp", "arbitrary"] }

0 commit comments

Comments
 (0)