chore(tfhe): update rust MSRV to 1.73

This commit is contained in:
Arthur Meyre
2024-02-15 14:27:29 +01:00
parent 59664e84c8
commit 1bff07b6eb
4 changed files with 4 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ tfhe = { version = "*", features = ["boolean", "shortint", "integer", "x86_64"]
```
> [!Note]
> Note: You need to use a Rust version >= 1.72 to compile TFHE-rs.
> Note: You need to use a Rust version >= 1.73 to compile TFHE-rs.
> [!Note]
> Note: aarch64-based machines are not yet supported for Windows as it's currently missing an entropy source to be able to seed the [CSPRNGs](https://en.wikipedia.org/wiki/Cryptographically_secure_pseudorandom_number_generator) used in TFHE-rs.