From 63d6c59c7e5b3c937227a411fa0039fba99ff763 Mon Sep 17 00:00:00 2001 From: Nicolas Sarlin Date: Wed, 30 Oct 2024 10:53:51 +0100 Subject: [PATCH] chore(zk): bump version to 0.3.1 --- 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 4c0019cf7f..75f8d35b44 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" +version = "0.3.1" edition = "2021" keywords = ["zero", "knowledge", "proof", "vector-commitments"] homepage = "https://zama.ai/" diff --git a/tfhe/Cargo.toml b/tfhe/Cargo.toml index 4b992509a8..c40e19408b 100644 --- a/tfhe/Cargo.toml +++ b/tfhe/Cargo.toml @@ -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", path = "../tfhe-zk-pok", optional = true } +tfhe-zk-pok = { version = "0.3.1", path = "../tfhe-zk-pok", optional = true } tfhe-versionable = { version = "0.3.2", path = "../utils/tfhe-versionable" } # wasm deps