From ce63cabc05d882d4788b495ba277e644323fe2df Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Thu, 25 Sep 2025 18:11:58 +0200 Subject: [PATCH] chore: bump tfhe-cuda-backend to 0.12.0-alpha.1 --- backends/tfhe-cuda-backend/Cargo.toml | 2 +- tfhe/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backends/tfhe-cuda-backend/Cargo.toml b/backends/tfhe-cuda-backend/Cargo.toml index 129a9ef33..89926e1fb 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.12.0-alpha.0" +version = "0.12.0-alpha.1" edition = "2021" authors = ["Zama team"] license = "BSD-3-Clause-Clear" diff --git a/tfhe/Cargo.toml b/tfhe/Cargo.toml index 03d17e40b..9a6b4da5d 100644 --- a/tfhe/Cargo.toml +++ b/tfhe/Cargo.toml @@ -65,7 +65,7 @@ tfhe-fft = { version = "0.9.0", path = "../tfhe-fft", features = [ ] } tfhe-ntt = { version = "0.6.1", path = "../tfhe-ntt" } pulp = { workspace = true, features = ["default"] } -tfhe-cuda-backend = { version = "0.12.0-alpha.0", path = "../backends/tfhe-cuda-backend", optional = true } +tfhe-cuda-backend = { version = "0.12.0-alpha.1", path = "../backends/tfhe-cuda-backend", optional = true } aligned-vec = { workspace = true, features = ["default", "serde"] } dyn-stack = { workspace = true, features = ["default"] } paste = "1.0.7"