Skip to content

Commit

Permalink
Update version to 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flaub committed Jun 15, 2023
1 parent 503e196 commit 8094bf8
Show file tree
Hide file tree
Showing 13 changed files with 74 additions and 70 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.15.2"
version = "0.15.3"
edition = "2021"
license = "Apache-2.0"
homepage = "https://risczero.com/"
repository = "https://github.com/risc0/risc0/"

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

[profile.bench]
lto = true
Expand Down
6 changes: 5 additions & 1 deletion bonsai/sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "bonsai-sdk"
description = "Bonsai Software Development Kit"
version = "0.1.0"
edition = "2021"
edition = { workspace = true }
license = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }

[dependencies]
anyhow = "1.0"
Expand Down
18 changes: 9 additions & 9 deletions examples/Cargo.lock

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

10 changes: 5 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.

10 changes: 5 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.

10 changes: 5 additions & 5 deletions examples/factors/methods/guest/Cargo.lock

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

10 changes: 5 additions & 5 deletions examples/json/methods/guest/Cargo.lock

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

10 changes: 5 additions & 5 deletions examples/password-checker/methods/guest/Cargo.lock

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

10 changes: 5 additions & 5 deletions examples/sha/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 8094bf8

Please sign in to comment.