Skip to content

Commit

Permalink
Bump version to 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flaub committed Jul 13, 2023
1 parent 6a357a6 commit 0d02111
Show file tree
Hide file tree
Showing 15 changed files with 332 additions and 84 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@ exclude = [
]

[workspace.package]
version = "0.16.0"
version = "0.16.1"
edition = "2021"
license = "Apache-2.0"
homepage = "https://risczero.com/"
repository = "https://github.com/risc0/risc0/"

[workspace.dependencies]
bonsai-sdk = { version = "0.2.0", default-features = false, path = "bonsai/sdk" }
risc0-build = { version = "0.16.0", default-features = false, path = "risc0/build" }
risc0-build-kernel = { version = "0.16.0", default-features = false, path = "risc0/build_kernel" }
risc0-circuit-rv32im = { version = "0.16.0", default-features = false, path = "risc0/circuit/rv32im" }
risc0-circuit-rv32im-sys = { version = "0.16.0", default-features = false, path = "risc0/circuit/rv32im-sys" }
risc0-core = { version = "0.16.0", default-features = false, path = "risc0/core" }
risc0-sys = { version = "0.16.0", default-features = false, path = "risc0/sys" }
risc0-zkp = { version = "0.16.0", default-features = false, path = "risc0/zkp" }
risc0-zkvm = { version = "0.16.0", default-features = false, path = "risc0/zkvm" }
risc0-zkvm-platform = { version = "0.16.0", default-features = false, path = "risc0/zkvm/platform" }
risc0-build = { version = "0.16.1", default-features = false, path = "risc0/build" }
risc0-build-kernel = { version = "0.16.1", default-features = false, path = "risc0/build_kernel" }
risc0-circuit-rv32im = { version = "0.16.1", default-features = false, path = "risc0/circuit/rv32im" }
risc0-circuit-rv32im-sys = { version = "0.16.1", default-features = false, path = "risc0/circuit/rv32im-sys" }
risc0-core = { version = "0.16.1", default-features = false, path = "risc0/core" }
risc0-sys = { version = "0.16.1", default-features = false, path = "risc0/sys" }
risc0-zkp = { version = "0.16.1", default-features = false, path = "risc0/zkp" }
risc0-zkvm = { version = "0.16.1", default-features = false, path = "risc0/zkvm" }
risc0-zkvm-platform = { version = "0.16.1", default-features = false, path = "risc0/zkvm/platform" }

[profile.bench]
lto = true
Expand Down
20 changes: 11 additions & 9 deletions examples/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions examples/bevy/methods/guest/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 27 additions & 5 deletions examples/chess/methods/guest/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 27 additions & 5 deletions examples/digital-signature/methods/guest/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0d02111

Please sign in to comment.