From 562e1e5f18ff7bd3d941e35c5fc9cd0d441c1b14 Mon Sep 17 00:00:00 2001 From: chyyran Date: Sun, 6 Oct 2024 03:06:41 -0400 Subject: [PATCH] doc(msrv): bump msrv to 1.78 Available in debian 12 as rustc-web --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fb13af5..d54d8c8 100644 --- a/README.md +++ b/README.md @@ -274,15 +274,15 @@ for migration instructions. ### MSRV Policy +Building against stable Rust requires the following MSRV. + +* All platforms: **1.78** + When building against nightly Rust, the following MSRV policy is enforced for unstable library features. -* Windows and macOS: **latest** nightly -* Linux: **1.76** +* All platforms: **1.78** -A CI job runs weekly to ensure librashader continues to build on nightly. - -Building against stable Rust requires a higher MSRV. -* All platforms: **1.77** +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 when building against nightly Rust or with `RUSTC_BOOTSTRAP=1`, 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.