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-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"] }