Skip to content

Commit

Permalink
feat: update cargo version tag (#1673)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas authored Oct 18, 2024
1 parent 385fc01 commit 1ec6b10
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

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

42 changes: 21 additions & 21 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "3.0.0-rc4"
version = "3.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/succinctlabs/sp1"
Expand Down Expand Up @@ -46,26 +46,26 @@ debug-assertions = true

[workspace.dependencies]
# sp1
sp1-build = { path = "crates/build", version = "=3.0.0-rc4" }
sp1-cli = { path = "crates/cli", version = "=3.0.0-rc4", default-features = false }
sp1-core-machine = { path = "crates/core/machine", version = "=3.0.0-rc4" }
sp1-core-executor = { path = "crates/core/executor", version = "=3.0.0-rc4" }
sp1-curves = { path = "crates/curves", version = "=3.0.0-rc4" }
sp1-derive = { path = "crates/derive", version = "=3.0.0-rc4" }
sp1-eval = { path = "crates/eval", version = "=3.0.0-rc4" }
sp1-helper = { path = "crates/helper", version = "=3.0.0-rc4", default-features = false }
sp1-primitives = { path = "crates/primitives", version = "=3.0.0-rc4" }
sp1-prover = { path = "crates/prover", version = "=3.0.0-rc4" }
sp1-recursion-compiler = { path = "crates/recursion/compiler", version = "=3.0.0-rc4" }
sp1-recursion-core = { path = "crates/recursion/core", version = "=3.0.0-rc4", default-features = false }
sp1-recursion-derive = { path = "crates/recursion/derive", version = "=3.0.0-rc4", default-features = false }
sp1-recursion-gnark-ffi = { path = "crates/recursion/gnark-ffi", version = "=3.0.0-rc4", default-features = false }
sp1-recursion-circuit = { path = "crates/recursion/circuit", version = "=3.0.0-rc4", default-features = false }
sp1-sdk = { path = "crates/sdk", version = "=3.0.0-rc4" }
sp1-cuda = { path = "crates/cuda", version = "=3.0.0-rc4" }
sp1-stark = { path = "crates/stark", version = "=3.0.0-rc4" }
sp1-lib = { path = "crates/zkvm/lib", version = "=3.0.0-rc4", default-features = false }
sp1-zkvm = { path = "crates/zkvm/entrypoint", version = "=3.0.0-rc4", default-features = false }
sp1-build = { path = "crates/build", version = "3.0.0" }
sp1-cli = { path = "crates/cli", version = "3.0.0", default-features = false }
sp1-core-machine = { path = "crates/core/machine", version = "3.0.0" }
sp1-core-executor = { path = "crates/core/executor", version = "3.0.0" }
sp1-curves = { path = "crates/curves", version = "3.0.0" }
sp1-derive = { path = "crates/derive", version = "3.0.0" }
sp1-eval = { path = "crates/eval", version = "3.0.0" }
sp1-helper = { path = "crates/helper", version = "3.0.0", default-features = false }
sp1-primitives = { path = "crates/primitives", version = "3.0.0" }
sp1-prover = { path = "crates/prover", version = "3.0.0" }
sp1-recursion-compiler = { path = "crates/recursion/compiler", version = "3.0.0" }
sp1-recursion-core = { path = "crates/recursion/core", version = "3.0.0", default-features = false }
sp1-recursion-derive = { path = "crates/recursion/derive", version = "3.0.0", default-features = false }
sp1-recursion-gnark-ffi = { path = "crates/recursion/gnark-ffi", version = "3.0.0", default-features = false }
sp1-recursion-circuit = { path = "crates/recursion/circuit", version = "3.0.0", default-features = false }
sp1-sdk = { path = "crates/sdk", version = "3.0.0" }
sp1-cuda = { path = "crates/cuda", version = "3.0.0" }
sp1-stark = { path = "crates/stark", version = "3.0.0" }
sp1-lib = { path = "crates/zkvm/lib", version = "3.0.0", default-features = false }
sp1-zkvm = { path = "crates/zkvm/entrypoint", version = "3.0.0", default-features = false }

# p3
p3-air = "0.1.4-succinct"
Expand Down

0 comments on commit 1ec6b10

Please sign in to comment.