doc: update MSRV due to naga

This commit is contained in:
chyyran 2024-08-02 01:09:43 -04:00
parent 7b375658c5
commit e13bb88df2

View file

@ -222,7 +222,7 @@ in both the Rust and C API without an increase to either `LIBRASHADER_CURRENT_VE
While librashader requires nightly Rust, the following MSRV policy is enforced for unstable library features. While librashader requires nightly Rust, the following MSRV policy is enforced for unstable library features.
* Windows and macOS: **latest** nightly * Windows and macOS: **latest** nightly
* Linux: **1.70** * Linux: **1.76**
A CI job runs weekly to ensure librashader continues to build on nightly. Note that the MSRV is only intended to ease distribution on Linux and is allowed to change any time. It generally tracks the latest version of Rust available in the latest version of Ubuntu, but this may change with no warning in a patch release. A CI job runs weekly to ensure librashader continues to build on nightly. Note that the MSRV is only intended to ease distribution on Linux and is allowed to change any time. It generally tracks the latest version of Rust available in the latest version of Ubuntu, but this may change with no warning in a patch release.