From 7058b3611a862443fdd4714cdc93394114037730 Mon Sep 17 00:00:00 2001 From: Nicolas Sarlin Date: Mon, 13 Jan 2025 14:53:35 +0100 Subject: [PATCH] chore(backward): update data repo to 0.5 --- Makefile | 2 +- tests/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1d26d8b27d..ebbe212b72 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ BENCH_OP_FLAVOR?=DEFAULT BENCH_TYPE?=latency NODE_VERSION=22.6 BACKWARD_COMPAT_DATA_URL=https://github.com/zama-ai/tfhe-backward-compat-data.git -BACKWARD_COMPAT_DATA_BRANCH?=v0.4 +BACKWARD_COMPAT_DATA_BRANCH?=v0.5 BACKWARD_COMPAT_DATA_PROJECT=tfhe-backward-compat-data BACKWARD_COMPAT_DATA_DIR=$(BACKWARD_COMPAT_DATA_PROJECT) TFHE_SPEC:=tfhe diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 3e48a73eb2..258ecbf448 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dev-dependencies] tfhe = { path = "../tfhe" } tfhe-versionable = { path = "../utils/tfhe-versionable" } -tfhe-backward-compat-data = { git = "https://github.com/zama-ai/tfhe-backward-compat-data.git", branch = "v0.4", default-features = false, features = [ +tfhe-backward-compat-data = { git = "https://github.com/zama-ai/tfhe-backward-compat-data.git", branch = "v0.5", default-features = false, features = [ "load", ] } ron = "0.8"