From a5aa3c366fd58c7d7d6e144625613de5f7c81e2f Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Wed, 10 Dec 2025 15:24:52 +0100 Subject: [PATCH] chore: bump tfhe-hpu-backend --- backends/tfhe-hpu-backend/Cargo.toml | 2 +- tfhe/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backends/tfhe-hpu-backend/Cargo.toml b/backends/tfhe-hpu-backend/Cargo.toml index 10869002c..0e5b27bd6 100644 --- a/backends/tfhe-hpu-backend/Cargo.toml +++ b/backends/tfhe-hpu-backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tfhe-hpu-backend" -version = "0.3.0" +version = "0.4.0" edition = "2021" license = "BSD-3-Clause-Clear" description = "HPU implementation on FPGA of TFHE-rs primitives." diff --git a/tfhe/Cargo.toml b/tfhe/Cargo.toml index 66bc95d63..ddff2b349 100644 --- a/tfhe/Cargo.toml +++ b/tfhe/Cargo.toml @@ -91,7 +91,7 @@ serde-wasm-bindgen = { version = "0.6.0", optional = true } getrandom = { workspace = true, optional = true } bytemuck = { workspace = true } -tfhe-hpu-backend = { version = "0.3", path = "../backends/tfhe-hpu-backend", optional = true } +tfhe-hpu-backend = { version = "0.4", path = "../backends/tfhe-hpu-backend", optional = true } [features] default = ["avx512"]