Skip to content

Commit

Permalink
chore: update tfhe to 0.8.0-alpha.8 / cuda-backend to 0.4.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarlin-zama committed Sep 18, 2024
1 parent 3ab7f49 commit 07045f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backends/tfhe-cuda-backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tfhe-cuda-backend"
version = "0.4.0-alpha.0"
version = "0.4.0-alpha.1"
edition = "2021"
authors = ["Zama team"]
license = "BSD-3-Clause-Clear"
Expand Down
4 changes: 2 additions & 2 deletions tfhe/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tfhe"
version = "0.8.0-alpha.7"
version = "0.8.0-alpha.8"
edition = "2021"
readme = "../README.md"
keywords = ["fully", "homomorphic", "encryption", "fhe", "cryptography"]
Expand Down Expand Up @@ -65,7 +65,7 @@ bincode = "1.3.3"
concrete-fft = { version = "0.5.1", features = ["serde", "fft128"] }
concrete-ntt = { version = "0.2.0" }
pulp = "0.18.22"
tfhe-cuda-backend = { version = "0.4.0-alpha.0", path = "../backends/tfhe-cuda-backend", optional = true }
tfhe-cuda-backend = { version = "0.4.0-alpha.1", path = "../backends/tfhe-cuda-backend", optional = true }
aligned-vec = { version = "0.5", features = ["serde"] }
dyn-stack = { version = "0.10" }
paste = "1.0.7"
Expand Down

0 comments on commit 07045f1

Please sign in to comment.