You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -274,15 +274,15 @@ for migration instructions.
274
274
275
275
### MSRV Policy
276
276
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**
278
280
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.
281
282
282
-
A CI job runs weekly to ensure librashader continues to build on nightly.
283
+
* All platforms: **1.78**
283
284
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.
286
286
287
287
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.
288
288
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