From 0a738c368a248fa793f7851c6810b2b4c5ba1772 Mon Sep 17 00:00:00 2001 From: Nicolas Sarlin Date: Mon, 30 Jun 2025 16:59:22 +0200 Subject: [PATCH] chore(backward): update backward data repo branch --- tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 6c0de09d6..e4306cd1b 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.7", default-features = false, features = [ +tfhe-backward-compat-data = { git = "https://github.com/zama-ai/tfhe-backward-compat-data.git", branch = "v0.8", default-features = false, features = [ "load", ] } ron = "0.8"