diff --git a/tfhe-zk-pok/Cargo.toml b/tfhe-zk-pok/Cargo.toml index a6470a559..cd3bd2b3c 100644 --- a/tfhe-zk-pok/Cargo.toml +++ b/tfhe-zk-pok/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tfhe-zk-pok" -version = "0.6.0" +version = "0.7.0" edition = "2021" keywords = ["zero", "knowledge", "proof", "vector-commitments"] homepage = "https://zama.ai/" diff --git a/tfhe/Cargo.toml b/tfhe/Cargo.toml index c58bffb5a..d7a49728d 100644 --- a/tfhe/Cargo.toml +++ b/tfhe/Cargo.toml @@ -75,7 +75,7 @@ sha3 = { version = "0.10", optional = true } itertools = { workspace = true } rand_core = { version = "0.6.4", features = ["std"] } strum = { version = "0.27", features = ["derive"], optional = true } -tfhe-zk-pok = { version = "0.6.0", path = "../tfhe-zk-pok", optional = true } +tfhe-zk-pok = { version = "0.7.0", path = "../tfhe-zk-pok", optional = true } tfhe-versionable = { version = "0.6.0", path = "../utils/tfhe-versionable" } # wasm deps