Skip to content

Commit 562e1e5

Browse files
committed
doc(msrv): bump msrv to 1.78
Available in debian 12 as rustc-web
1 parent 13b44e1 commit 562e1e5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -274,15 +274,15 @@ for migration instructions.
274274

275275
### MSRV Policy
276276

277-
When building against nightly Rust, the following MSRV policy is enforced for unstable library features.
277+
Building against stable Rust requires the following MSRV.
278+
279+
* All platforms: **1.78**
278280

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

282-
A CI job runs weekly to ensure librashader continues to build on nightly.
283+
* All platforms: **1.78**
283284

284-
Building against stable Rust requires a higher MSRV.
285-
* All platforms: **1.77**
285+
A CI job runs weekly to ensure librashader continues to build on nightly.
286286

287287
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.
288288
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.

0 commit comments

Comments
 (0)