Skip to content

Commit

Permalink
doc(msrv): bump msrv to 1.78
Browse files Browse the repository at this point in the history
Available in debian 12 as rustc-web
  • Loading branch information
chyyran committed Oct 6, 2024
1 parent 13b44e1 commit 562e1e5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,15 +274,15 @@ for migration instructions.

### MSRV Policy

When building against nightly Rust, the following MSRV policy is enforced for unstable library features.
Building against stable Rust requires the following MSRV.

* All platforms: **1.78**

* Windows and macOS: **latest** nightly
* Linux: **1.76**
When building against nightly Rust, the following MSRV policy is enforced for unstable library features.

A CI job runs weekly to ensure librashader continues to build on nightly.
* All platforms: **1.78**

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.
Expand Down

0 comments on commit 562e1e5

Please sign in to comment.