From 59c4234ff4ed73622851e72a7ec29880e12e2792 Mon Sep 17 00:00:00 2001 From: umadayal Date: Wed, 9 Oct 2024 22:04:42 +0000 Subject: [PATCH] v3.0.0-rc3 release --- Cargo.toml | 40 +++++++++++++++---------------- crates/zkvm/entrypoint/Cargo.toml | 2 +- crates/zkvm/lib/Cargo.toml | 2 +- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4c6d44ef34..7bb6d7517b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,26 +46,26 @@ debug-assertions = true [workspace.dependencies] # sp1 -sp1-build = { path = "crates/build", version = "3.0.0-rc3" } -sp1-cli = { path = "crates/cli", version = "3.0.0-rc3", default-features = false } -sp1-core-machine = { path = "crates/core/machine", version = "3.0.0-rc3" } -sp1-core-executor = { path = "crates/core/executor", version = "3.0.0-rc3" } -sp1-curves = { path = "crates/curves", version = "3.0.0-rc3" } -sp1-derive = { path = "crates/derive", version = "3.0.0-rc3" } -sp1-eval = { path = "crates/eval", version = "3.0.0-rc3" } -sp1-helper = { path = "crates/helper", version = "3.0.0-rc3", default-features = false } -sp1-primitives = { path = "crates/primitives", version = "3.0.0-rc3" } -sp1-prover = { path = "crates/prover", version = "3.0.0-rc3" } -sp1-recursion-compiler = { path = "crates/recursion/compiler", version = "3.0.0-rc3" } -sp1-recursion-core = { path = "crates/recursion/core", version = "3.0.0-rc3", default-features = false } -sp1-recursion-derive = { path = "crates/recursion/derive", version = "3.0.0-rc3", default-features = false } -sp1-recursion-gnark-ffi = { path = "crates/recursion/gnark-ffi", version = "3.0.0-rc3", default-features = false } -sp1-recursion-circuit = { path = "crates/recursion/circuit", version = "3.0.0-rc3", default-features = false } -sp1-sdk = { path = "crates/sdk", version = "3.0.0-rc3" } -sp1-cuda = { path = "crates/cuda", version = "3.0.0-rc3" } -sp1-stark = { path = "crates/stark", version = "3.0.0-rc3" } -sp1-lib = { path = "crates/zkvm/lib", version = "3.0.0-rc3", default-features = false } -sp1-zkvm = { path = "crates/zkvm/entrypoint", version = "3.0.0-rc3", default-features = false } +sp1-build = { path = "crates/build", version = "=3.0.0-rc3" } +sp1-cli = { path = "crates/cli", version = "=3.0.0-rc3", default-features = false } +sp1-core-machine = { path = "crates/core/machine", version = "=3.0.0-rc3" } +sp1-core-executor = { path = "crates/core/executor", version = "=3.0.0-rc3" } +sp1-curves = { path = "crates/curves", version = "=3.0.0-rc3" } +sp1-derive = { path = "crates/derive", version = "=3.0.0-rc3" } +sp1-eval = { path = "crates/eval", version = "=3.0.0-rc3" } +sp1-helper = { path = "crates/helper", version = "=3.0.0-rc3", default-features = false } +sp1-primitives = { path = "crates/primitives", version = "=3.0.0-rc3" } +sp1-prover = { path = "crates/prover", version = "=3.0.0-rc3" } +sp1-recursion-compiler = { path = "crates/recursion/compiler", version = "=3.0.0-rc3" } +sp1-recursion-core = { path = "crates/recursion/core", version = "=3.0.0-rc3", default-features = false } +sp1-recursion-derive = { path = "crates/recursion/derive", version = "=3.0.0-rc3", default-features = false } +sp1-recursion-gnark-ffi = { path = "crates/recursion/gnark-ffi", version = "=3.0.0-rc3", default-features = false } +sp1-recursion-circuit = { path = "crates/recursion/circuit", version = "=3.0.0-rc3", default-features = false } +sp1-sdk = { path = "crates/sdk", version = "=3.0.0-rc3" } +sp1-cuda = { path = "crates/cuda", version = "=3.0.0-rc3" } +sp1-stark = { path = "crates/stark", version = "=3.0.0-rc3" } +sp1-lib = { path = "crates/zkvm/lib", version = "=3.0.0-rc3", default-features = false } +sp1-zkvm = { path = "crates/zkvm/entrypoint", version = "=3.0.0-rc3", default-features = false } # p3 p3-air = "0.1.4-succinct" diff --git a/crates/zkvm/entrypoint/Cargo.toml b/crates/zkvm/entrypoint/Cargo.toml index d55a1a6415..320340a7ea 100644 --- a/crates/zkvm/entrypoint/Cargo.toml +++ b/crates/zkvm/entrypoint/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sp1-zkvm" description = "SP1 is a performant, 100% open-source, contributor-friendly zkVM." -readme = "../../README.md" +readme = "../../../README.md" version = { workspace = true } edition = { workspace = true } license = { workspace = true } diff --git a/crates/zkvm/lib/Cargo.toml b/crates/zkvm/lib/Cargo.toml index 43ec2a31d4..368c52faf1 100644 --- a/crates/zkvm/lib/Cargo.toml +++ b/crates/zkvm/lib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sp1-lib" description = "SP1 is a performant, 100% open-source, contributor-friendly zkVM." -readme = "../../README.md" +readme = "../../../README.md" version = { workspace = true } edition = { workspace = true } license = { workspace = true }