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