chore: bump CSPRNG to 0.8.0 since MSRV was bumped

This commit is contained in:
Arthur Meyre
2025-12-10 15:32:59 +01:00
committed by IceTDrinker
parent 63b46c3b99
commit 403cabb70a
2 changed files with 2 additions and 2 deletions

View File

@@ -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."

View File

@@ -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"] }