diff --git a/tfhe-zk-pok/Cargo.toml b/tfhe-zk-pok/Cargo.toml index 8e2a70de7..18b3f7b21 100644 --- a/tfhe-zk-pok/Cargo.toml +++ b/tfhe-zk-pok/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tfhe-zk-pok" -version = "0.7.2" +version = "0.7.3" edition = "2021" keywords = ["zero", "knowledge", "proof", "vector-commitments"] homepage = "https://zama.ai/" diff --git a/tfhe/Cargo.toml b/tfhe/Cargo.toml index 118844e18..a88989dbf 100644 --- a/tfhe/Cargo.toml +++ b/tfhe/Cargo.toml @@ -77,7 +77,7 @@ blake3 = { version = "1.8", 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.7.2", path = "../tfhe-zk-pok", optional = true } +tfhe-zk-pok = { version = "0.7.3", path = "../tfhe-zk-pok", optional = true } tfhe-versionable = { version = "0.6.2", path = "../utils/tfhe-versionable" } # wasm deps