Skip to content

Commit

Permalink
chore(gpu): bump backend version
Browse files Browse the repository at this point in the history
  • Loading branch information
agnesLeroy committed Jan 7, 2025
1 parent 53fed5e commit 56bcc13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.6.0"
version = "0.7.0"
edition = "2021"
authors = ["Zama team"]
license = "BSD-3-Clause-Clear"
Expand Down
2 changes: 1 addition & 1 deletion tfhe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tfhe-fft = { version = "0.6.0", path = "../tfhe-fft", features = [
] }
tfhe-ntt = { version = "0.3.0", path = "../tfhe-ntt" }
pulp = { workspace = true, features = ["default"] }
tfhe-cuda-backend = { version = "0.6.0", path = "../backends/tfhe-cuda-backend", optional = true }
tfhe-cuda-backend = { version = "0.7.0", path = "../backends/tfhe-cuda-backend", optional = true }
aligned-vec = { workspace = true, features = ["default", "serde"] }
dyn-stack = { workspace = true, features = ["default"] }
paste = "1.0.7"
Expand Down

0 comments on commit 56bcc13

Please sign in to comment.