Skip to content

Commit

Permalink
chore(deps): bump revm to v3.5.0 (#37)
Browse files Browse the repository at this point in the history
* update revm to v3.5.0

* remove NoHashBuilder

* larger stack no longer needed
  • Loading branch information
Wollac authored Oct 13, 2023
1 parent 73b243e commit 453d05f
Show file tree
Hide file tree
Showing 24 changed files with 1,154 additions and 1,349 deletions.
494 changes: 206 additions & 288 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ opt-level = 3

[workspace.dependencies]
bonsai-sdk = "0.4"
hashbrown = { version = "0.14", features = ["inline-more"] }
risc0-build = "0.18"
risc0-zkvm = { version = "0.18", default-features = false }
revm = { version = "3.5", default-features = false, features = ["std", "serde", "optional_no_base_fee", "optional_balance_check"] }
Loading

0 comments on commit 453d05f

Please sign in to comment.