From 9c0d078e1a483c831e59300730cb499aed4155d9 Mon Sep 17 00:00:00 2001 From: Nicolas Sarlin Date: Fri, 5 Sep 2025 15:37:26 +0200 Subject: [PATCH] chore(zk): bump tfhe-zk-pok to 0.7.2 --- tfhe-zk-pok/Cargo.toml | 2 +- tfhe/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tfhe-zk-pok/Cargo.toml b/tfhe-zk-pok/Cargo.toml index 93cd3703b..a864dd75e 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.1" +version = "0.7.2" edition = "2021" keywords = ["zero", "knowledge", "proof", "vector-commitments"] homepage = "https://zama.ai/" diff --git a/tfhe/Cargo.toml b/tfhe/Cargo.toml index bef2dfd92..ca961fe09 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.7.1", path = "../tfhe-zk-pok", optional = true } +tfhe-zk-pok = { version = "0.7.2", path = "../tfhe-zk-pok", optional = true } tfhe-versionable = { version = "0.6.1", path = "../utils/tfhe-versionable" } # wasm deps