chore: bump tfhe-versionable to 0.6.3 and tfhe-zk-pok to 0.8.0

This commit is contained in:
Nicolas Sarlin
2025-10-29 17:01:10 +01:00
committed by Nicolas Sarlin
parent aff5b7f0c6
commit b8fd0e4240
4 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tfhe-zk-pok"
version = "0.7.3"
version = "0.8.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.6.2", path = "../utils/tfhe-versionable" }
tfhe-versionable = { version = "0.6.3", path = "../utils/tfhe-versionable" }
[features]
experimental = []

View File

@@ -77,8 +77,8 @@ blake3 = { version = "1.8", optional = true }
itertools = { workspace = true }
rand_core = { version = "0.6.4", features = ["std"] }
strum = { version = "0.27", features = ["derive"], optional = true }
tfhe-zk-pok = { version = "0.7.3", path = "../tfhe-zk-pok", optional = true }
tfhe-versionable = { version = "0.6.2", path = "../utils/tfhe-versionable" }
tfhe-zk-pok = { version = "0.8.0", path = "../tfhe-zk-pok", optional = true }
tfhe-versionable = { version = "0.6.3", path = "../utils/tfhe-versionable" }
# wasm deps
wasm-bindgen = { workspace = true, features = [

View File

@@ -1,6 +1,6 @@
[package]
name = "tfhe-versionable-derive"
version = "0.6.2"
version = "0.6.3"
edition = "2021"
keywords = ["versioning", "serialization", "encoding", "proc-macro", "derive"]
homepage = "https://zama.ai/"

View File

@@ -1,6 +1,6 @@
[package]
name = "tfhe-versionable"
version = "0.6.2"
version = "0.6.3"
edition = "2021"
keywords = ["versioning", "serialization", "encoding"]
homepage = "https://zama.ai/"
@@ -26,7 +26,7 @@ toml = "0.8"
[dependencies]
serde = { workspace = true, features = ["default", "derive"] }
tfhe-versionable-derive = { version = "0.6.2", path = "../tfhe-versionable-derive" }
tfhe-versionable-derive = { version = "0.6.3", path = "../tfhe-versionable-derive" }
num-complex = { workspace = true, features = ["serde"] }
aligned-vec = { workspace = true, features = ["default", "serde"] }