|
1 | 1 | [workspace.package]
|
2 |
| -version = "3.2.1" |
| 2 | +version = "3.3.0" |
3 | 3 | edition = "2021"
|
4 | 4 | license = "MIT OR Apache-2.0"
|
5 | 5 | repository = "https://github.com/succinctlabs/sp1"
|
@@ -47,26 +47,26 @@ debug-assertions = true
|
47 | 47 |
|
48 | 48 | [workspace.dependencies]
|
49 | 49 | # sp1
|
50 |
| -sp1-build = { path = "crates/build", version = "3.2.1" } |
51 |
| -sp1-cli = { path = "crates/cli", version = "3.2.1", default-features = false } |
52 |
| -sp1-core-machine = { path = "crates/core/machine", version = "3.2.1" } |
53 |
| -sp1-core-executor = { path = "crates/core/executor", version = "3.2.1" } |
54 |
| -sp1-curves = { path = "crates/curves", version = "3.2.1" } |
55 |
| -sp1-derive = { path = "crates/derive", version = "3.2.1" } |
56 |
| -sp1-eval = { path = "crates/eval", version = "3.2.1" } |
57 |
| -sp1-helper = { path = "crates/helper", version = "3.2.1", default-features = false } |
58 |
| -sp1-primitives = { path = "crates/primitives", version = "3.2.1" } |
59 |
| -sp1-prover = { path = "crates/prover", version = "3.2.1" } |
60 |
| -sp1-recursion-compiler = { path = "crates/recursion/compiler", version = "3.2.1" } |
61 |
| -sp1-recursion-core = { path = "crates/recursion/core", version = "3.2.1", default-features = false } |
62 |
| -sp1-recursion-derive = { path = "crates/recursion/derive", version = "3.2.1", default-features = false } |
63 |
| -sp1-recursion-gnark-ffi = { path = "crates/recursion/gnark-ffi", version = "3.2.1", default-features = false } |
64 |
| -sp1-recursion-circuit = { path = "crates/recursion/circuit", version = "3.2.1", default-features = false } |
65 |
| -sp1-sdk = { path = "crates/sdk", version = "3.2.1" } |
66 |
| -sp1-cuda = { path = "crates/cuda", version = "3.2.1" } |
67 |
| -sp1-stark = { path = "crates/stark", version = "3.2.1" } |
68 |
| -sp1-lib = { path = "crates/zkvm/lib", version = "3.2.1", default-features = false } |
69 |
| -sp1-zkvm = { path = "crates/zkvm/entrypoint", version = "3.2.1", default-features = false } |
| 50 | +sp1-build = { path = "crates/build", version = "3.3.0" } |
| 51 | +sp1-cli = { path = "crates/cli", version = "3.3.0", default-features = false } |
| 52 | +sp1-core-machine = { path = "crates/core/machine", version = "3.3.0" } |
| 53 | +sp1-core-executor = { path = "crates/core/executor", version = "3.3.0" } |
| 54 | +sp1-curves = { path = "crates/curves", version = "3.3.0" } |
| 55 | +sp1-derive = { path = "crates/derive", version = "3.3.0" } |
| 56 | +sp1-eval = { path = "crates/eval", version = "3.3.0" } |
| 57 | +sp1-helper = { path = "crates/helper", version = "3.3.0", default-features = false } |
| 58 | +sp1-primitives = { path = "crates/primitives", version = "3.3.0" } |
| 59 | +sp1-prover = { path = "crates/prover", version = "3.3.0" } |
| 60 | +sp1-recursion-compiler = { path = "crates/recursion/compiler", version = "3.3.0" } |
| 61 | +sp1-recursion-core = { path = "crates/recursion/core", version = "3.3.0", default-features = false } |
| 62 | +sp1-recursion-derive = { path = "crates/recursion/derive", version = "3.3.0", default-features = false } |
| 63 | +sp1-recursion-gnark-ffi = { path = "crates/recursion/gnark-ffi", version = "3.3.0", default-features = false } |
| 64 | +sp1-recursion-circuit = { path = "crates/recursion/circuit", version = "3.3.0", default-features = false } |
| 65 | +sp1-sdk = { path = "crates/sdk", version = "3.3.0" } |
| 66 | +sp1-cuda = { path = "crates/cuda", version = "3.3.0" } |
| 67 | +sp1-stark = { path = "crates/stark", version = "3.3.0" } |
| 68 | +sp1-lib = { path = "crates/zkvm/lib", version = "3.3.0", default-features = false } |
| 69 | +sp1-zkvm = { path = "crates/zkvm/entrypoint", version = "3.3.0", default-features = false } |
70 | 70 |
|
71 | 71 | # p3
|
72 | 72 | p3-air = "0.1.4-succinct"
|
|
0 commit comments