Skip to content

Commit

Permalink
chore: bump revm 12.1 (#9567)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Jul 17, 2024
1 parent 7bf99d8 commit ffb44e6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ffb44e6

Please sign in to comment.