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-versionable"
version = "0.5.0"
version = "0.6.0"
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.5.0", path = "../tfhe-versionable-derive" }
tfhe-versionable-derive = { version = "0.6.0", path = "../tfhe-versionable-derive" }
num-complex = { workspace = true, features = ["serde"] }
aligned-vec = { workspace = true, features = ["default", "serde"] }