From 0f4f8dd755ed63d83985ffe1c3f496927e4a12c6 Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Tue, 23 Sep 2025 17:55:57 +0200 Subject: [PATCH] chore(versionable): bump version to 0.6.2 --- tfhe-zk-pok/Cargo.toml | 2 +- tfhe/Cargo.toml | 2 +- utils/tfhe-lints/Cargo.toml | 2 +- utils/tfhe-versionable-derive/Cargo.toml | 2 +- utils/tfhe-versionable/Cargo.toml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tfhe-zk-pok/Cargo.toml b/tfhe-zk-pok/Cargo.toml index a864dd75e..8e2a70de7 100644 --- a/tfhe-zk-pok/Cargo.toml +++ b/tfhe-zk-pok/Cargo.toml @@ -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.1", path = "../utils/tfhe-versionable" } +tfhe-versionable = { version = "0.6.2", path = "../utils/tfhe-versionable" } [features] experimental = [] diff --git a/tfhe/Cargo.toml b/tfhe/Cargo.toml index 1c3fdeb99..118844e18 100644 --- a/tfhe/Cargo.toml +++ b/tfhe/Cargo.toml @@ -78,7 +78,7 @@ 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.2", path = "../tfhe-zk-pok", optional = true } -tfhe-versionable = { version = "0.6.1", path = "../utils/tfhe-versionable" } +tfhe-versionable = { version = "0.6.2", path = "../utils/tfhe-versionable" } # wasm deps wasm-bindgen = { workspace = true, features = [ diff --git a/utils/tfhe-lints/Cargo.toml b/utils/tfhe-lints/Cargo.toml index 27d77e691..bd52b31d2 100644 --- a/utils/tfhe-lints/Cargo.toml +++ b/utils/tfhe-lints/Cargo.toml @@ -15,7 +15,7 @@ dylint_linting = "4.1.0" [dev-dependencies] dylint_testing = "4.1.0" serde = { version = "1.0", features = ["derive"] } -tfhe-versionable = "0.6.1" +tfhe-versionable = { version = "0.6.2", path = "../tfhe-versionable" } [package.metadata.rust-analyzer] rustc_private = true diff --git a/utils/tfhe-versionable-derive/Cargo.toml b/utils/tfhe-versionable-derive/Cargo.toml index 386a6810d..4af675549 100644 --- a/utils/tfhe-versionable-derive/Cargo.toml +++ b/utils/tfhe-versionable-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tfhe-versionable-derive" -version = "0.6.1" +version = "0.6.2" edition = "2021" keywords = ["versioning", "serialization", "encoding", "proc-macro", "derive"] homepage = "https://zama.ai/" diff --git a/utils/tfhe-versionable/Cargo.toml b/utils/tfhe-versionable/Cargo.toml index ddbad470e..30bdcaf0e 100644 --- a/utils/tfhe-versionable/Cargo.toml +++ b/utils/tfhe-versionable/Cargo.toml @@ -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"] }