Skip to content

Commit 52c812a

Browse files
committed
chore: bump zk-pok to 0.8.1
1 parent a3a61a8 commit 52c812a

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.8.0"
3+
version = "0.8.1"
44
edition = "2021"
55
keywords = ["zero", "knowledge", "proof", "vector-commitments"]
66
homepage = "https://zama.org/"

tfhe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ blake3 = { version = "1.8", optional = true }
7878
itertools = { workspace = true }
7979
rand_core = { version = "0.6.4", features = ["std"] }
8080
strum = { version = "0.27", features = ["derive"], optional = true }
81-
tfhe-zk-pok = { version = "0.8.0", path = "../tfhe-zk-pok", optional = true }
81+
tfhe-zk-pok = { version = "0.8.1", path = "../tfhe-zk-pok", optional = true }
8282
tfhe-versionable = { version = "0.7.0", path = "../utils/tfhe-versionable" }
8383

8484
# wasm deps

0 commit comments

Comments
 (0)