mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 22:57:59 -05:00
chore: use common msrv for the workspace
Since cargo commands create a lock using the smallest msrv in the workspace, it can prevent getting up-to-date dependencies
This commit is contained in:
committed by
Nicolas Sarlin
parent
b8fd0e4240
commit
83b82091bd
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tfhe-csprng"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
edition = "2021"
|
||||
license = "BSD-3-Clause-Clear"
|
||||
description = "Cryptographically Secure PRNG used in the TFHE-rs library."
|
||||
@@ -9,7 +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"
|
||||
rust-version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
aes = "0.8.2"
|
||||
|
||||
Reference in New Issue
Block a user