mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 22:57:59 -05:00
chore(csprng): bump to 0.6.0
Some (breaking) changes were made to a trait in CSPRNG
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user