Skip to content

Commit f1f0063

Browse files
chore: update Cargo.lock
1 parent 3ae5524 commit f1f0063

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ version = "0.155.1" # x-release-please-version
1515

1616
[workspace.dependencies]
1717
# Local dependencies
18-
boojum-cuda = { version = "=0.155.0", path = "crates/boojum-cuda" }
19-
era_criterion_cuda = { version = "=0.155.0", path = "crates/criterion-cuda" }
20-
era_cudart = { version = "=0.155.0", path = "crates/cudart" }
21-
era_cudart_sys = { version = "=0.155.0", path = "crates/cudart-sys" }
22-
era_cudart_sys_bindings_generator = { version = "=0.155.0", path = "crates/cudart-sys-bindings-generator" }
23-
fflonk = { version = "=0.155.0", path = "crates/fflonk", package = "fflonk-cuda" }
24-
gpu-ffi = { version = "=0.155.0", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" }
25-
gpu-ffi-bindings-generator = { version = "=0.155.0", path = "crates/gpu-ffi", package = "zksync-gpu-ffi-bindings-generator" }
26-
gpu-prover = { version = "=0.155.0", path = "crates/gpu-prover", package = "zksync-gpu-prover" }
27-
shivini = { version = "=0.155.0", path = "crates/shivini" }
28-
wrapper-prover = { version = "=0.155.0", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" }
18+
boojum-cuda = { version = "=0.155.1", path = "crates/boojum-cuda" }
19+
era_criterion_cuda = { version = "=0.155.1", path = "crates/criterion-cuda" }
20+
era_cudart = { version = "=0.155.1", path = "crates/cudart" }
21+
era_cudart_sys = { version = "=0.155.1", path = "crates/cudart-sys" }
22+
era_cudart_sys_bindings_generator = { version = "=0.155.1", path = "crates/cudart-sys-bindings-generator" }
23+
fflonk = { version = "=0.155.1", path = "crates/fflonk", package = "fflonk-cuda" }
24+
gpu-ffi = { version = "=0.155.1", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" }
25+
gpu-ffi-bindings-generator = { version = "=0.155.1", path = "crates/gpu-ffi", package = "zksync-gpu-ffi-bindings-generator" }
26+
gpu-prover = { version = "=0.155.1", path = "crates/gpu-prover", package = "zksync-gpu-prover" }
27+
shivini = { version = "=0.155.1", path = "crates/shivini" }
28+
wrapper-prover = { version = "=0.155.1", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" }
2929

3030
# These dependencies should be shared by all the crates.
3131
# zksync-crypto repository

0 commit comments

Comments
 (0)