diff --git a/tfhe-csprng/Cargo.toml b/tfhe-csprng/Cargo.toml index 8d612c5092..57fe920fb6 100644 --- a/tfhe-csprng/Cargo.toml +++ b/tfhe-csprng/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tfhe-csprng" -version = "0.4.1" +version = "0.5.0" edition = "2021" license = "BSD-3-Clause-Clear" description = "Cryptographically Secure PRNG used in the TFHE-rs library." diff --git a/tfhe/Cargo.toml b/tfhe/Cargo.toml index fa1244838c..fcf8cc3885 100644 --- a/tfhe/Cargo.toml +++ b/tfhe/Cargo.toml @@ -53,7 +53,7 @@ strum = { version = "0.26", features = ["derive"] } cbindgen = { version = "0.26.0", optional = true } [dependencies] -tfhe-csprng = { version = "0.4.1", path = "../tfhe-csprng", features = ["parallel"] } +tfhe-csprng = { version = "0.5.0", path = "../tfhe-csprng", features = ["parallel"] } serde = { workspace = true, features = ["default", "derive"] } rayon = { workspace = true } bincode = "1.3.3"