chore: bump tfhe-zk-pok to 0.5.0

This commit is contained in:
Arthur Meyre
2025-02-15 13:23:45 +01:00
parent dfa6b2827a
commit 4ca4203c02
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tfhe-zk-pok"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
keywords = ["zero", "knowledge", "proof", "vector-commitments"]
homepage = "https://zama.ai/"

View File

@@ -69,7 +69,7 @@ fs2 = { version = "0.4.3", optional = true }
sha3 = { version = "0.10", optional = true }
itertools = { workspace = true }
rand_core = { version = "0.6.4", features = ["std"] }
tfhe-zk-pok = { version = "0.4.0", path = "../tfhe-zk-pok", optional = true }
tfhe-zk-pok = { version = "0.5.0", path = "../tfhe-zk-pok", optional = true }
tfhe-versionable = { version = "0.5.0", path = "../utils/tfhe-versionable" }
# wasm deps