Skip to content

Commit

Permalink
doc: update the doc with the new msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarlin-zama committed Nov 7, 2024
1 parent 5dd6d8d commit f9c4627
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ tfhe = { version = "*", features = ["boolean", "shortint", "integer", "x86_64"]
```

> [!Note]
> Note: You need to use a Rust version >= 1.73 to compile TFHE-rs.
> Note: You need to use a Rust version >= 1.81 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.
Expand Down
2 changes: 1 addition & 1 deletion tfhe/docs/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tfhe = { version = "*", features = ["boolean", "shortint", "integer", "x86_64"]
```

{% hint style="info" %}
**Rust version**: a minimum Rust version of 1.73 is required to compile **TFHE-rs**.
**Rust version**: a minimum Rust version of 1.81 is required to compile **TFHE-rs**.
{% endhint %}

{% hint style="success" %}
Expand Down
2 changes: 1 addition & 1 deletion tfhe/docs/guides/rust_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This document provides basic instructions to configure the Rust toolchain and features for **TFHE-rs.**

**TFHE-rs** requires a nightly Rust toolchain to build the C API and utilize advanced SIMD instructions. However, for other uses, a stable toolchain (version 1.73 or later) is sufficient.
**TFHE-rs** requires a nightly Rust toolchain to build the C API and utilize advanced SIMD instructions. However, for other uses, a stable toolchain (version 1.81 or later) is sufficient.

Follow the following instructions to install the necessary Rust toolchain:

Expand Down

0 comments on commit f9c4627

Please sign in to comment.