diff --git a/backends/tfhe-cuda-backend/Cargo.toml b/backends/tfhe-cuda-backend/Cargo.toml index f61053a4ff..205f6cd86d 100644 --- a/backends/tfhe-cuda-backend/Cargo.toml +++ b/backends/tfhe-cuda-backend/Cargo.toml @@ -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" diff --git a/tfhe/Cargo.toml b/tfhe/Cargo.toml index 26b3e2d10d..1066514d63 100644 --- a/tfhe/Cargo.toml +++ b/tfhe/Cargo.toml @@ -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"