Skip to content

Commit

Permalink
Merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
intoverflow committed Nov 20, 2023
2 parents 3842e72 + 2290e8b commit c6c02a2
Show file tree
Hide file tree
Showing 20 changed files with 3,850 additions and 2,625 deletions.
927 changes: 564 additions & 363 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ lto = true
opt-level = 3

[workspace.dependencies]
bonsai-sdk = "0.4"
bonsai-sdk = "0.5"
hashbrown = { version = "0.14", features = ["inline-more"] }
risc0-build = "0.18"
risc0-zkvm = { version = "0.18", default-features = false }
risc0-build = "0.19"
risc0-zkvm = { version = "0.19", 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 c6c02a2

Please sign in to comment.