mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
chore: bump tfhe-fft to 0.7.0
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
] }
|
||||
|
||||
Reference in New Issue
Block a user