mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: bump revm 12.1 (#9567)
This commit is contained in:
@ -373,12 +373,12 @@ reth-trie-common = { path = "crates/trie/common" }
|
||||
reth-trie-parallel = { path = "crates/trie/parallel" }
|
||||
|
||||
# revm
|
||||
revm = { version = "12.0.0", features = [
|
||||
revm = { version = "12.1.0", features = [
|
||||
"std",
|
||||
"secp256k1",
|
||||
"blst",
|
||||
], default-features = false }
|
||||
revm-primitives = { version = "7.0.0", features = [
|
||||
revm-primitives = { version = "7.1.0", features = [
|
||||
"std",
|
||||
], default-features = false }
|
||||
revm-inspectors = "0.5"
|
||||
|
||||
Reference in New Issue
Block a user