Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
crates.io release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilLuta committed Jul 31, 2024
1 parent e217aa5 commit 4ad1fe7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "boojum-cuda"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
build = "build/main.rs"
authors = ["The Matter Labs Team <[email protected]>"]
Expand All @@ -12,13 +12,13 @@ categories = ["cryptography"]
description = "Boojum-CUDA is a library implementing GPU-accelerated cryptographic functionality for the zkSync prover"

[build-dependencies]
boojum = "=0.2.0"
boojum = "=0.2.1"
cudart-sys = { version = "=0.1.0", package = "era_cudart_sys" }
cmake = "0.1"
itertools = "0.13"

[dependencies]
boojum = "=0.2.0"
boojum = "=0.2.1"
cudart = { version = "=0.1.0", package = "era_cudart" }
cudart-sys = { version = "=0.1.0", package = "era_cudart_sys" }
itertools = "0.13"
Expand Down

0 comments on commit 4ad1fe7

Please sign in to comment.