chore(gpu): bump backend version

This commit is contained in:
Agnes Leroy
2025-07-01 11:35:31 +02:00
committed by Agnès Leroy
parent 916e6e6a61
commit b198c18498
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tfhe-cuda-backend"
version = "0.10.0"
version = "0.11.0"
edition = "2021"
authors = ["Zama team"]
license = "BSD-3-Clause-Clear"

View File

@@ -65,7 +65,7 @@ tfhe-fft = { version = "0.9.0", path = "../tfhe-fft", features = [
] }
tfhe-ntt = { version = "0.6.0", path = "../tfhe-ntt" }
pulp = { workspace = true, features = ["default"] }
tfhe-cuda-backend = { version = "0.10.0", path = "../backends/tfhe-cuda-backend", optional = true }
tfhe-cuda-backend = { version = "0.11.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"