Skip to content

Commit e030480

Browse files
authored
chore: bump revm version (#596)
1 parent 550ae27 commit e030480

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ autobenches = false
66
exclude = ["benches"]
77

88
[workspace.package]
9-
version = "0.8.6"
9+
version = "0.8.7"
1010

1111
[workspace]
1212
members = [
@@ -54,7 +54,7 @@ alloy = { version = "0.9.1", features = [
5454
] }
5555
alloy-trie = "0.7.8"
5656
op-alloy-rpc-types = "0.9.0"
57-
revm = { version = "19.4.0", default-features = false, features = [
57+
revm = { version = "19.7.0", default-features = false, features = [
5858
"std",
5959
"serde",
6060
"optional_block_gas_limit",

0 commit comments

Comments
 (0)