Skip to content

Commit 0cf9f9f

Browse files
committed
chore(zk): bump tfhe-zk-pok to 0.7.0
1 parent dcb6049 commit 0cf9f9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tfhe-zk-pok/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tfhe-zk-pok"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
edition = "2021"
55
keywords = ["zero", "knowledge", "proof", "vector-commitments"]
66
homepage = "https://zama.ai/"

tfhe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ sha3 = { version = "0.10", optional = true }
7575
itertools = { workspace = true }
7676
rand_core = { version = "0.6.4", features = ["std"] }
7777
strum = { version = "0.27", features = ["derive"], optional = true }
78-
tfhe-zk-pok = { version = "0.6.0", path = "../tfhe-zk-pok", optional = true }
78+
tfhe-zk-pok = { version = "0.7.0", path = "../tfhe-zk-pok", optional = true }
7979
tfhe-versionable = { version = "0.6.0", path = "../utils/tfhe-versionable" }
8080

8181
# wasm deps

0 commit comments

Comments
 (0)