mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-07 22:04:10 -05:00
chore: bump CSPRNG to 0.8.0 since MSRV was bumped
This commit is contained in:
committed by
IceTDrinker
parent
63b46c3b99
commit
403cabb70a
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tfhe-csprng"
|
name = "tfhe-csprng"
|
||||||
version = "0.7.1"
|
version = "0.8.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "BSD-3-Clause-Clear"
|
license = "BSD-3-Clause-Clear"
|
||||||
description = "Cryptographically Secure PRNG used in the TFHE-rs library."
|
description = "Cryptographically Secure PRNG used in the TFHE-rs library."
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ clap-num = { version = "1.1.1" }
|
|||||||
cbindgen = { version = "0.28", optional = true }
|
cbindgen = { version = "0.28", optional = true }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tfhe-csprng = { version = "0.7.0", path = "../tfhe-csprng", features = [
|
tfhe-csprng = { version = "0.8.0", path = "../tfhe-csprng", features = [
|
||||||
"parallel",
|
"parallel",
|
||||||
] }
|
] }
|
||||||
serde = { workspace = true, features = ["default", "derive"] }
|
serde = { workspace = true, features = ["default", "derive"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user