From ed677395dcb2fe0dded7b9f42bb6b5348ad27f52 Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Fri, 29 Sep 2023 11:58:46 +0200 Subject: [PATCH] chore(csprng): the stabilized aarch64 intrisics were in Rust 1.72 - update the version accordingly --- concrete-csprng/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/concrete-csprng/Cargo.toml b/concrete-csprng/Cargo.toml index 67e56e5644..9f8b2821c9 100644 --- a/concrete-csprng/Cargo.toml +++ b/concrete-csprng/Cargo.toml @@ -9,6 +9,7 @@ documentation = "https://docs.zama.ai/tfhe-rs" repository = "https://github.com/zama-ai/tfhe-rs" readme = "README.md" keywords = ["fully", "homomorphic", "encryption", "fhe", "cryptography"] +rust-version = "1.72" [dependencies] aes = "0.8.2"