diff --git a/backends/tfhe-cuda-backend/Cargo.toml b/backends/tfhe-cuda-backend/Cargo.toml index 90641ffcc1..1aae9b5541 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.4.0-alpha.1" +version = "0.4.0" edition = "2021" authors = ["Zama team"] license = "BSD-3-Clause-Clear" diff --git a/tfhe-zk-pok/Cargo.toml b/tfhe-zk-pok/Cargo.toml index 6933143a7e..b317d65462 100644 --- a/tfhe-zk-pok/Cargo.toml +++ b/tfhe-zk-pok/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tfhe-zk-pok" -version = "0.3.0-alpha.1" +version = "0.3.0" edition = "2021" keywords = ["zero", "knowledge", "proof", "vector-commitments"] homepage = "https://zama.ai/" diff --git a/tfhe/Cargo.toml b/tfhe/Cargo.toml index b60e3f4bc3..fc724fcbf4 100644 --- a/tfhe/Cargo.toml +++ b/tfhe/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tfhe" -version = "0.8.0-alpha.10" +version = "0.8.0" edition = "2021" readme = "../README.md" keywords = ["fully", "homomorphic", "encryption", "fhe", "cryptography"] @@ -65,7 +65,7 @@ bincode = "1.3.3" concrete-fft = { version = "0.5.1", features = ["serde", "fft128"] } concrete-ntt = { version = "0.2.0" } pulp = "0.18.22" -tfhe-cuda-backend = { version = "0.4.0-alpha.1", path = "../backends/tfhe-cuda-backend", optional = true } +tfhe-cuda-backend = { version = "0.4.0", path = "../backends/tfhe-cuda-backend", optional = true } aligned-vec = { version = "0.5", features = ["serde"] } dyn-stack = { version = "0.10" } paste = "1.0.7" @@ -75,7 +75,7 @@ sha3 = { version = "0.10", optional = true } # While we wait for repeat_n in rust standard library itertools = "0.11.0" rand_core = { version = "0.6.4", features = ["std"] } -tfhe-zk-pok = { version = "0.3.0-alpha.1", path = "../tfhe-zk-pok", optional = true } +tfhe-zk-pok = { version = "0.3.0", path = "../tfhe-zk-pok", optional = true } tfhe-versionable = { version = "0.3.0", path = "../utils/tfhe-versionable" } # wasm deps