chore(versionable): bump version to 0.6.0

This commit is contained in:
Nicolas Sarlin
2025-04-01 12:40:41 +02:00
committed by Nicolas Sarlin
parent 5f9ac48dbe
commit a47ebe93aa
4 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tfhe-zk-pok"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
keywords = ["zero", "knowledge", "proof", "vector-commitments"]
homepage = "https://zama.ai/"
@@ -23,7 +23,7 @@ sha3 = "0.10.8"
serde = { workspace = true, features = ["default", "derive"] }
zeroize = "1.7.0"
num-bigint = "0.4.5"
tfhe-versionable = { version = "0.5.0", path = "../utils/tfhe-versionable" }
tfhe-versionable = { version = "0.6.0", path = "../utils/tfhe-versionable" }
[dev-dependencies]
serde_json = "~1.0"