Skip to content

Commit

Permalink
Release 0.12.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flaub committed Jan 20, 2023
1 parent 65fb387 commit 6361fde
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ members = [
]

[workspace.package]
version = "0.12.0-rc.1"
version = "0.12.0-rc.2"
edition = "2021"
license = "Apache-2.0"
homepage = "https://risczero.com/"
repository = "https://github.com/risc0/risc0/"

[workspace.dependencies]
risc0-build = { version = "0.12.0-rc.1", default-features = false, path = "risc0/build" }
risc0-circuit-rv32im = { version = "0.12.0-rc.1", default-features = false, path = "risc0/circuit/rv32im" }
risc0-zeroio = { version = "0.12.0-rc.1", default-features = false, path = "risc0/zeroio" }
risc0-zeroio-derive = { version = "0.12.0-rc.1", default-features = false, path = "risc0/zeroio_derive" }
risc0-zkp = { version = "0.12.0-rc.1", default-features = false, path = "risc0/zkp" }
risc0-zkvm = { version = "0.12.0-rc.1", default-features = false, path = "risc0/zkvm" }
risc0-zkvm-platform = { version = "0.12.0-rc.1", default-features = false, path = "risc0/zkvm/platform" }
risc0-build = { version = "0.12.0-rc.2", default-features = false, path = "risc0/build" }
risc0-circuit-rv32im = { version = "0.12.0-rc.2", default-features = false, path = "risc0/circuit/rv32im" }
risc0-zeroio = { version = "0.12.0-rc.2", default-features = false, path = "risc0/zeroio" }
risc0-zeroio-derive = { version = "0.12.0-rc.2", default-features = false, path = "risc0/zeroio_derive" }
risc0-zkp = { version = "0.12.0-rc.2", default-features = false, path = "risc0/zkp" }
risc0-zkvm = { version = "0.12.0-rc.2", default-features = false, path = "risc0/zkvm" }
risc0-zkvm-platform = { version = "0.12.0-rc.2", default-features = false, path = "risc0/zkvm/platform" }

[profile.bench]
lto = true
Expand Down

0 comments on commit 6361fde

Please sign in to comment.