mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 22:57:59 -05:00
chore: prepare alpha.2
- bump tfhe-cuda-backend to 0.12.0-alpha.2 - bump tfhe to 1.4.0-alpha.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tfhe"
|
||||
version = "1.4.0-alpha.1"
|
||||
version = "1.4.0-alpha.2"
|
||||
edition = "2021"
|
||||
readme = "../README.md"
|
||||
keywords = ["fully", "homomorphic", "encryption", "fhe", "cryptography"]
|
||||
@@ -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.1", path = "../backends/tfhe-cuda-backend", optional = true }
|
||||
tfhe-cuda-backend = { version = "0.12.0-alpha.2", path = "../backends/tfhe-cuda-backend", optional = true }
|
||||
aligned-vec = { workspace = true, features = ["default", "serde"] }
|
||||
dyn-stack = { workspace = true, features = ["default"] }
|
||||
paste = "1.0.7"
|
||||
|
||||
Reference in New Issue
Block a user