Skip to content

Commit

Permalink
Bump version and update install instructions (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaub committed Oct 26, 2023
1 parent d1b7a5e commit aa2c802
Show file tree
Hide file tree
Showing 45 changed files with 281 additions and 263 deletions.
30 changes: 15 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ members = [
exclude = ["tools/crates-validator"]

[workspace.package]
version = "0.19.0-rc.1"
version = "0.19.0-rc.2"
edition = "2021"
license = "Apache-2.0"
homepage = "https://risczero.com/"
Expand All @@ -36,20 +36,20 @@ repository = "https://github.com/risc0/risc0/"
bonsai-ethereum-contracts = { version = "0.1.0", path = "bonsai/ethereum" }
bonsai-ethereum-relay = { version = "0.1.0", default-features = false, path = "bonsai/ethereum-relay" }
bonsai-rest-api-mock = { version = "0.1.0", default-features = false, path = "bonsai/rest-api-mock" }
bonsai-sdk = { version = "0.5.0-rc.1", default-features = false, path = "bonsai/sdk" }
risc0-binfmt = { version = "0.19.0-rc.1", default-features = false, path = "risc0/binfmt" }
risc0-build = { version = "0.19.0-rc.1", default-features = false, path = "risc0/build" }
risc0-build-kernel = { version = "0.19.0-rc.1", default-features = false, path = "risc0/build_kernel" }
risc0-circuit-recursion = { version = "0.19.0-rc.1", default-features = false, path = "risc0/circuit/recursion" }
risc0-circuit-recursion-sys = { version = "0.19.0-rc.1", default-features = false, path = "risc0/circuit/recursion-sys" }
risc0-circuit-rv32im = { version = "0.19.0-rc.1", default-features = false, path = "risc0/circuit/rv32im" }
risc0-circuit-rv32im-sys = { version = "0.19.0-rc.1", default-features = false, path = "risc0/circuit/rv32im-sys" }
risc0-core = { version = "0.19.0-rc.1", default-features = false, path = "risc0/core" }
risc0-r0vm = { version = "0.19.0-rc.1", default-features = false, path = "risc0/r0vm" }
risc0-sys = { version = "0.19.0-rc.1", default-features = false, path = "risc0/sys" }
risc0-zkp = { version = "0.19.0-rc.1", default-features = false, path = "risc0/zkp" }
risc0-zkvm = { version = "0.19.0-rc.1", default-features = false, path = "risc0/zkvm" }
risc0-zkvm-platform = { version = "0.19.0-rc.1", default-features = false, path = "risc0/zkvm/platform" }
bonsai-sdk = { version = "0.5.0-rc.2", default-features = false, path = "bonsai/sdk" }
risc0-binfmt = { version = "0.19.0-rc.2", default-features = false, path = "risc0/binfmt" }
risc0-build = { version = "0.19.0-rc.2", default-features = false, path = "risc0/build" }
risc0-build-kernel = { version = "0.19.0-rc.2", default-features = false, path = "risc0/build_kernel" }
risc0-circuit-recursion = { version = "0.19.0-rc.2", default-features = false, path = "risc0/circuit/recursion" }
risc0-circuit-recursion-sys = { version = "0.19.0-rc.2", default-features = false, path = "risc0/circuit/recursion-sys" }
risc0-circuit-rv32im = { version = "0.19.0-rc.2", default-features = false, path = "risc0/circuit/rv32im" }
risc0-circuit-rv32im-sys = { version = "0.19.0-rc.2", default-features = false, path = "risc0/circuit/rv32im-sys" }
risc0-core = { version = "0.19.0-rc.2", default-features = false, path = "risc0/core" }
risc0-r0vm = { version = "0.19.0-rc.2", default-features = false, path = "risc0/r0vm" }
risc0-sys = { version = "0.19.0-rc.2", default-features = false, path = "risc0/sys" }
risc0-zkp = { version = "0.19.0-rc.2", default-features = false, path = "risc0/zkp" }
risc0-zkvm = { version = "0.19.0-rc.2", default-features = false, path = "risc0/zkvm" }
risc0-zkvm-platform = { version = "0.19.0-rc.2", default-features = false, path = "risc0/zkvm/platform" }

[profile.bench]
lto = true
Expand Down
72 changes: 36 additions & 36 deletions benchmarks/Cargo.lock

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

28 changes: 14 additions & 14 deletions bonsai/Cargo.lock

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

1 comment on commit aa2c802

@vercel
Copy link

@vercel vercel bot commented on aa2c802 Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.