Skip to content

Commit bc742e9

Browse files
committed
chore(zk-pok): bump to 0.4.0
1 parent 17c714f commit bc742e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tfhe-zk-pok/Cargo.toml

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

tfhe/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ fs2 = { version = "0.4.3", optional = true }
7272
sha3 = { version = "0.10", optional = true }
7373
itertools = { workspace = true }
7474
rand_core = { version = "0.6.4", features = ["std"] }
75-
tfhe-zk-pok = { version = "0.3.1", path = "../tfhe-zk-pok", optional = true }
75+
tfhe-zk-pok = { version = "0.4.0", path = "../tfhe-zk-pok", optional = true }
7676
tfhe-versionable = { version = "0.4.0", path = "../utils/tfhe-versionable" }
7777

7878
# wasm deps

0 commit comments

Comments
 (0)