chore: bump tfhe-fft to 0.7.0

This commit is contained in:
Arthur Meyre
2025-01-07 12:08:31 +01:00
parent 3c3e2d720f
commit aa12c75312
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tfhe-fft"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
description = "tfhe-fft is a pure Rust high performance fast Fourier transform library."
readme = "README.md"

View File

@@ -57,7 +57,7 @@ tfhe-csprng = { version = "0.5.0", path = "../tfhe-csprng", features = ["paralle
serde = { workspace = true, features = ["default", "derive"] }
rayon = { workspace = true }
bincode = "1.3.3"
tfhe-fft = { version = "0.6.0", path = "../tfhe-fft", features = [
tfhe-fft = { version = "0.7.0", path = "../tfhe-fft", features = [
"serde",
"fft128",
] }