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