From d60028c47c21794a6e74ddd1b96b83c30bfac346 Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Wed, 24 Sep 2025 15:15:42 +0200 Subject: [PATCH] chore: bump tfhe-cuda-backend to 0.12.0-alpha.0 --- 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 377d3c0bf..129a9ef33 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.11.0" +version = "0.12.0-alpha.0" edition = "2021" authors = ["Zama team"] license = "BSD-3-Clause-Clear" diff --git a/tfhe/Cargo.toml b/tfhe/Cargo.toml index a88989dbf..03d17e40b 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.11.0", path = "../backends/tfhe-cuda-backend", optional = true } +tfhe-cuda-backend = { version = "0.12.0-alpha.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"