mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-05 04:44:41 -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]
|
||||
name = "tfhe-csprng"
|
||||
version = "0.7.1"
|
||||
version = "0.8.0"
|
||||
edition = "2021"
|
||||
license = "BSD-3-Clause-Clear"
|
||||
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 }
|
||||
|
||||
[dependencies]
|
||||
tfhe-csprng = { version = "0.7.0", path = "../tfhe-csprng", features = [
|
||||
tfhe-csprng = { version = "0.8.0", path = "../tfhe-csprng", features = [
|
||||
"parallel",
|
||||
] }
|
||||
serde = { workspace = true, features = ["default", "derive"] }
|
||||
|
||||
Reference in New Issue
Block a user