chore(csprng): bump version to 0.7.0

This commit is contained in:
Nicolas Sarlin
2025-08-26 10:00:31 +02:00
committed by Nicolas Sarlin
parent 44ac59099b
commit 451458df97
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ clap-num = { version = "1.1.1" }
cbindgen = { version = "0.28", optional = true }
[dependencies]
tfhe-csprng = { version = "0.6.0", path = "../tfhe-csprng", features = [
tfhe-csprng = { version = "0.7.0", path = "../tfhe-csprng", features = [
"parallel",
] }
serde = { workspace = true, features = ["default", "derive"] }