Skip to content

Commit

Permalink
Upgrade to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flaub committed Jul 24, 2024
1 parent 2a4dbd5 commit 9888814
Show file tree
Hide file tree
Showing 16 changed files with 2,158 additions and 1,935 deletions.
787 changes: 581 additions & 206 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 @@ -17,10 +17,10 @@ lto = true
opt-level = 3

[workspace.dependencies]
bonsai-sdk = { version = "0.6.0", features = ["async"] }
bonsai-sdk = { version = "0.9.0", features = ["non_blocking"] }
hashbrown = { version = "0.14.3", features = ["inline-more"] }
risc0-build = { version = "0.21" }
risc0-zkvm = { version = "0.21", default-features = false }
risc0-build = { version = "1.0.3" }
risc0-zkvm = { version = "1.0.3", default-features = false }
revm-primitives = { version = "2.0", default_features = false }
revm = { version = "5.0", default-features = false, features = [
"std",
Expand Down
Loading

0 comments on commit 9888814

Please sign in to comment.