Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.155.3"
".": "0.155.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.155.4](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.155.3...v0.155.4) (2025-10-29)


### Features

* Bump dependencies ([#127](https://github.com/matter-labs/zksync-crypto-gpu/issues/127)) ([4154691](https://github.com/matter-labs/zksync-crypto-gpu/commit/4154691fbd35578385fe4f0e08310fe1874a460f))

## [0.155.3](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.155.2...v0.155.3) (2025-10-20)


Expand Down
24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ keywords = ["blockchain", "zksync"]
categories = ["cryptography"]
repository = "https://github.com/matter-labs/zksync-crypto-gpu"
# All the packages in the workspace should have the same version
version = "0.155.3" # x-release-please-version
version = "0.155.4" # x-release-please-version

[workspace.dependencies]
# Local dependencies
boojum-cuda = { version = "=0.155.3", path = "crates/boojum-cuda" }
era_criterion_cuda = { version = "=0.155.3", path = "crates/criterion-cuda" }
era_cudart = { version = "=0.155.3", path = "crates/cudart" }
era_cudart_sys = { version = "=0.155.3", path = "crates/cudart-sys" }
era_cudart_sys_bindings_generator = { version = "=0.155.3", path = "crates/cudart-sys-bindings-generator" }
fflonk = { version = "=0.155.3", path = "crates/fflonk", package = "fflonk-cuda" }
gpu-ffi = { version = "=0.155.3", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" }
gpu-ffi-bindings-generator = { version = "=0.155.3", path = "crates/gpu-ffi", package = "zksync-gpu-ffi-bindings-generator" }
gpu-prover = { version = "=0.155.3", path = "crates/gpu-prover", package = "zksync-gpu-prover" }
shivini = { version = "=0.155.3", path = "crates/shivini" }
wrapper-prover = { version = "=0.155.3", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" }
boojum-cuda = { version = "=0.155.4", path = "crates/boojum-cuda" }
era_criterion_cuda = { version = "=0.155.4", path = "crates/criterion-cuda" }
era_cudart = { version = "=0.155.4", path = "crates/cudart" }
era_cudart_sys = { version = "=0.155.4", path = "crates/cudart-sys" }
era_cudart_sys_bindings_generator = { version = "=0.155.4", path = "crates/cudart-sys-bindings-generator" }
fflonk = { version = "=0.155.4", path = "crates/fflonk", package = "fflonk-cuda" }
gpu-ffi = { version = "=0.155.4", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" }
gpu-ffi-bindings-generator = { version = "=0.155.4", path = "crates/gpu-ffi", package = "zksync-gpu-ffi-bindings-generator" }
gpu-prover = { version = "=0.155.4", path = "crates/gpu-prover", package = "zksync-gpu-prover" }
shivini = { version = "=0.155.4", path = "crates/shivini" }
wrapper-prover = { version = "=0.155.4", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" }

# These dependencies should be shared by all the crates.
# zksync-crypto repository
Expand Down