chore(versionable): bump version to 0.6.2

This commit is contained in:
Arthur Meyre
2025-09-23 17:55:57 +02:00
parent aaaa929c2e
commit 0f4f8dd755
5 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tfhe-versionable"
version = "0.6.1"
version = "0.6.2"
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.1", path = "../tfhe-versionable-derive" }
tfhe-versionable-derive = { version = "0.6.2", path = "../tfhe-versionable-derive" }
num-complex = { workspace = true, features = ["serde"] }
aligned-vec = { workspace = true, features = ["default", "serde"] }