doc(msrv): bump msrv to 1.78
Available in debian 12 as rustc-web
This commit is contained in:
parent
13b44e1639
commit
562e1e5f18
10
README.md
10
README.md
|
@ -274,16 +274,16 @@ for migration instructions.
|
||||||
|
|
||||||
### MSRV Policy
|
### 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.
|
When building against nightly Rust, the following MSRV policy is enforced for unstable library features.
|
||||||
|
|
||||||
* Windows and macOS: **latest** nightly
|
* All platforms: **1.78**
|
||||||
* Linux: **1.76**
|
|
||||||
|
|
||||||
A CI job runs weekly to ensure librashader continues to build on nightly.
|
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**
|
|
||||||
|
|
||||||
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.
|
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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue