From 1e0ed887678e3c5e1da6f9acbf88beb63a4c1351 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Fri, 28 Jun 2024 07:07:33 +0200 Subject: [PATCH] chore(concrete-csprng): bump version to 0.4.1 --- concrete-csprng/Cargo.toml | 2 +- tfhe/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/concrete-csprng/Cargo.toml b/concrete-csprng/Cargo.toml index 9f8b2821c9..32c1b6ceb7 100644 --- a/concrete-csprng/Cargo.toml +++ b/concrete-csprng/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "concrete-csprng" -version = "0.4.0" +version = "0.4.1" 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 982845917b..3b9e8cc805 100644 --- a/tfhe/Cargo.toml +++ b/tfhe/Cargo.toml @@ -52,7 +52,7 @@ tfhe-backward-compat-data = { git = "https://github.com/zama-ai/tfhe-backward-co cbindgen = { version = "0.26.0", optional = true } [dependencies] -concrete-csprng = { version = "0.4.0", path = "../concrete-csprng", features = [ +concrete-csprng = { version = "0.4.1", path = "../concrete-csprng", features = [ "generator_fallback", "parallel", ] }