From e13bb88df20a714c6b0f7229655fc54c23828151 Mon Sep 17 00:00:00 2001 From: chyyran Date: Fri, 2 Aug 2024 01:09:43 -0400 Subject: [PATCH] doc: update MSRV due to naga --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6568490..3ef4914 100644 --- a/README.md +++ b/README.md @@ -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. * 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.