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 Oct 10, 2024
1 parent 156488e commit e315989
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ 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.9"
version = "0.151.0"

[workspace.dependencies]
# Local dependencies
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" }
era_cudart_sys_bindings_generator = { version = "=0.150.9", path = "crates/cudart-sys-bindings-generator" }
gpu-ffi = { version = "=0.150.9", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" }
gpu-ffi-bindings-generator = { version = "=0.150.9", path = "crates/gpu-ffi", package = "zksync-gpu-ffi-bindings-generator" }
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" }
boojum-cuda = { version = "=0.151.0", path = "crates/boojum-cuda" }
era_criterion_cuda = { version = "=0.151.0", path = "crates/criterion-cuda" }
era_cudart = { version = "=0.151.0", path = "crates/cudart" }
era_cudart_sys = { version = "=0.151.0", path = "crates/cudart-sys" }
era_cudart_sys_bindings_generator = { version = "=0.151.0", path = "crates/cudart-sys-bindings-generator" }
gpu-ffi = { version = "=0.151.0", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" }
gpu-ffi-bindings-generator = { version = "=0.151.0", path = "crates/gpu-ffi", package = "zksync-gpu-ffi-bindings-generator" }
gpu-prover = { version = "=0.151.0", path = "crates/gpu-prover", package = "zksync-gpu-prover" }
shivini = { version = "=0.151.0", path = "crates/shivini" }
wrapper-prover = { version = "=0.151.0", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" }

# These dependencies should be shared by all the crates.
boojum = "=0.30.1"
Expand Down

0 comments on commit e315989

Please sign in to comment.