Skip to content

Commit

Permalink
Update version in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zksync-era-bot committed Sep 24, 2024
1 parent 29b7a5a commit 3823c31
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ 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.150.8"
version = "0.150.9"

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

# These dependencies should be shared by all the crates.
circuit_definitions = { version = "=0.150.5" }
Expand Down

0 comments on commit 3823c31

Please sign in to comment.