Skip to content

Commit b816696

Browse files
chore(main): release 0.154.1 (#95)
🤖 I have created a release *beep* *boop* --- ## [0.154.1](v0.154.0...v0.154.1) (2025-04-22) ### Features * bumping deps for zksync-crypto & zksync-protocol ([#94](#94)) ([38b2b32](38b2b32)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: zksync-era-bot <zksync-era-bot@users.noreply.github.com>
1 parent 38b2b32 commit b816696

File tree

3 files changed

+20
-13
lines changed

3 files changed

+20
-13
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.154.0"
2+
".": "0.154.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.154.1](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.154.0...v0.154.1) (2025-04-22)
4+
5+
6+
### Features
7+
8+
* bumping deps for zksync-crypto & zksync-protocol ([#94](https://github.com/matter-labs/zksync-crypto-gpu/issues/94)) ([38b2b32](https://github.com/matter-labs/zksync-crypto-gpu/commit/38b2b3226f99ef95765654aad7c3342efa7e8651))
9+
310
## [0.154.0](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.153.3...v0.154.0) (2025-04-15)
411

512

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ keywords = ["blockchain", "zksync"]
1111
categories = ["cryptography"]
1212
repository = "https://github.com/matter-labs/zksync-crypto-gpu"
1313
# All the packages in the workspace should have the same version
14-
version = "0.154.0" # x-release-please-version
14+
version = "0.154.1" # x-release-please-version
1515

1616
[workspace.dependencies]
1717
# Local dependencies
18-
boojum-cuda = { version = "=0.154.0", path = "crates/boojum-cuda" }
19-
era_criterion_cuda = { version = "=0.154.0", path = "crates/criterion-cuda" }
20-
era_cudart = { version = "=0.154.0", path = "crates/cudart" }
21-
era_cudart_sys = { version = "=0.154.0", path = "crates/cudart-sys" }
22-
era_cudart_sys_bindings_generator = { version = "=0.154.0", path = "crates/cudart-sys-bindings-generator" }
23-
fflonk = { version = "=0.154.0", path = "crates/fflonk", package = "fflonk-cuda" }
24-
gpu-ffi = { version = "=0.154.0", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" }
25-
gpu-ffi-bindings-generator = { version = "=0.154.0", path = "crates/gpu-ffi", package = "zksync-gpu-ffi-bindings-generator" }
26-
gpu-prover = { version = "=0.154.0", path = "crates/gpu-prover", package = "zksync-gpu-prover" }
27-
shivini = { version = "=0.154.0", path = "crates/shivini" }
28-
wrapper-prover = { version = "=0.154.0", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" }
18+
boojum-cuda = { version = "=0.154.1", path = "crates/boojum-cuda" }
19+
era_criterion_cuda = { version = "=0.154.1", path = "crates/criterion-cuda" }
20+
era_cudart = { version = "=0.154.1", path = "crates/cudart" }
21+
era_cudart_sys = { version = "=0.154.1", path = "crates/cudart-sys" }
22+
era_cudart_sys_bindings_generator = { version = "=0.154.1", path = "crates/cudart-sys-bindings-generator" }
23+
fflonk = { version = "=0.154.1", path = "crates/fflonk", package = "fflonk-cuda" }
24+
gpu-ffi = { version = "=0.154.1", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" }
25+
gpu-ffi-bindings-generator = { version = "=0.154.1", path = "crates/gpu-ffi", package = "zksync-gpu-ffi-bindings-generator" }
26+
gpu-prover = { version = "=0.154.1", path = "crates/gpu-prover", package = "zksync-gpu-prover" }
27+
shivini = { version = "=0.154.1", path = "crates/shivini" }
28+
wrapper-prover = { version = "=0.154.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)