Skip to content

Commit

Permalink
bump to revm 12, bump revm-interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Jul 26, 2024
1 parent 279d776 commit f5848f2
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 75 deletions.
193 changes: 120 additions & 73 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 @@ -7,8 +7,8 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
revm = { "version"="11.0.0", features=["ethersdb", "serde", "serde-json", "std"] }
revm-interpreter = "4.0.0"
revm = { "version"="12.1.0", features=["ethersdb", "serde", "serde-json", "std"] }
revm-interpreter = "8.1.0"
tracing = "0.1.40"
pyo3 = { version = "0.19", features = ["extension-module"] }
ruint = { version = "1.12.1", features = ["pyo3"] }
Expand Down

0 comments on commit f5848f2

Please sign in to comment.