Skip to content

Commit

Permalink
chore: bump revm 13 (#8628)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Aug 8, 2024
1 parent 56cd9a9 commit 1197fbe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 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 @@ -164,8 +164,8 @@ solang-parser = "=0.3.3"

## revm
# no default features to avoid c-kzg
revm = { version = "12.1.0", default-features = false }
revm-primitives = { version = "7.1.0", default-features = false }
revm = { version = "13.0.0", default-features = false }
revm-primitives = { version = "8.0.0", default-features = false }
revm-inspectors = { version = "0.5", features = ["serde"] }

## ethers
Expand Down

0 comments on commit 1197fbe

Please sign in to comment.