chore(csprng): bump to 0.6.0

Some (breaking) changes were made to a trait in CSPRNG
This commit is contained in:
tmontaigu
2025-06-04 10:13:54 +02:00
parent 41c92e06a8
commit 11e86e6162
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.5.0", path = "../tfhe-csprng", features = [
tfhe-csprng = { version = "0.6.0", path = "../tfhe-csprng", features = [
"parallel",
] }
serde = { workspace = true, features = ["default", "derive"] }