chore: bump tfhe-cuda-backend to 0.8.0

This commit is contained in:
Arthur Meyre
2025-02-15 13:24:25 +01:00
parent 4ca4203c02
commit dc8b293895
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -60,7 +60,7 @@ tfhe-fft = { version = "0.8.0", path = "../tfhe-fft", features = [
] }
tfhe-ntt = { version = "0.5.0", path = "../tfhe-ntt" }
pulp = { workspace = true, features = ["default"] }
tfhe-cuda-backend = { version = "0.7.0", path = "../backends/tfhe-cuda-backend", optional = true }
tfhe-cuda-backend = { version = "0.8.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"