diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index f2d1fe8..963b21f 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.153.3" + ".": "0.153.4" } diff --git a/Cargo.toml b/Cargo.toml index b3f01c9..0c29c65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.153.3" # x-release-please-version +version = "0.153.4" # x-release-please-version [workspace.dependencies] # Local dependencies -boojum-cuda = { version = "=0.153.3", path = "crates/boojum-cuda" } -era_criterion_cuda = { version = "=0.153.3", path = "crates/criterion-cuda" } -era_cudart = { version = "=0.153.3", path = "crates/cudart" } -era_cudart_sys = { version = "=0.153.3", path = "crates/cudart-sys" } -era_cudart_sys_bindings_generator = { version = "=0.153.3", path = "crates/cudart-sys-bindings-generator" } -fflonk = { version = "=0.153.3", path = "crates/fflonk", package = "fflonk-cuda" } -gpu-ffi = { version = "=0.153.3", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" } -gpu-ffi-bindings-generator = { version = "=0.153.3", path = "crates/gpu-ffi", package = "zksync-gpu-ffi-bindings-generator" } -gpu-prover = { version = "=0.153.3", path = "crates/gpu-prover", package = "zksync-gpu-prover" } -shivini = { version = "=0.153.3", path = "crates/shivini" } -wrapper-prover = { version = "=0.153.3", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" } +boojum-cuda = { version = "=0.153.4", path = "crates/boojum-cuda" } +era_criterion_cuda = { version = "=0.153.4", path = "crates/criterion-cuda" } +era_cudart = { version = "=0.153.4", path = "crates/cudart" } +era_cudart_sys = { version = "=0.153.4", path = "crates/cudart-sys" } +era_cudart_sys_bindings_generator = { version = "=0.153.4", path = "crates/cudart-sys-bindings-generator" } +fflonk = { version = "=0.153.4", path = "crates/fflonk", package = "fflonk-cuda" } +gpu-ffi = { version = "=0.153.4", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" } +gpu-ffi-bindings-generator = { version = "=0.153.4", path = "crates/gpu-ffi", package = "zksync-gpu-ffi-bindings-generator" } +gpu-prover = { version = "=0.153.4", path = "crates/gpu-prover", package = "zksync-gpu-prover" } +shivini = { version = "=0.153.4", path = "crates/shivini" } +wrapper-prover = { version = "=0.153.4", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" } # These dependencies should be shared by all the crates. # zksync-crypto repository @@ -36,8 +36,8 @@ rescue_poseidon = "=0.31.0" snark_wrapper = "=0.31.0" # zksync-protocol repository -circuit_definitions = { version = "=0.151.5" } -zkevm_test_harness = { version = "=0.151.5" } +circuit_definitions = "=0.151.7" +zkevm_test_harness = "=0.151.7" [profile.release] debug = "line-tables-only"