From dc14fb1131fc084f510f36b66b0b03cdb25f5d4f Mon Sep 17 00:00:00 2001 From: Nicolas Sarlin Date: Wed, 6 Nov 2024 15:13:39 +0100 Subject: [PATCH] chore: update version to 0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f34ba78..baacf29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -806,7 +806,7 @@ dependencies = [ [[package]] name = "tfhe-backward-compat-data" -version = "0.3.0" +version = "0.4.0" dependencies = [ "bincode", "ciborium", diff --git a/Cargo.toml b/Cargo.toml index 8e90093..11b08d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tfhe-backward-compat-data" -version = "0.3.0" +version = "0.4.0" license = "BSD-3-Clause-Clear" edition = "2021" @@ -27,7 +27,7 @@ tfhe_0_10 = { version = "0.10", features = [ ], package = "tfhe", optional = true, git = "https://github.com/zama-ai/tfhe-rs/", branch = "am/refactor/use-natural-decomposition-order" } tfhe_0_8-versionable = { version = "0.3", optional = true, package = "tfhe-versionable" } -tfhe_0_10-versionable = { version = "0.3", optional = true, package = "tfhe-versionable", git = "https://github.com/zama-ai/tfhe-rs/", branch = "am/refactor/use-natural-decomposition-order" } +tfhe_0_10-versionable = { version = "0.3.2", optional = true, package = "tfhe-versionable" } # other deps serde = { version = "1.0", features = ["derive"] }