Soften wording on MSRV

Currently we use the word "always" in the MSRV docs, we mean to say
"there are no set of features that will break the build" but this usage
of "always" may be interpreted as "always, for all time" which is
definitely not what we mean.

Soften the wording on MSRV by removing the word always.
This commit is contained in:
Tobin C. Harding 2024-09-23 15:35:00 +10:00
parent 5690a64667
commit 7d2c57d345
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ For more information please see [`CONTRIBUTING.md`](./CONTRIBUTING.md).
## Minimum Supported Rust Version (MSRV) ## Minimum Supported Rust Version (MSRV)
This library should always compile with any combination of features on **Rust 1.63.0**. This library should compile with any combination of features on **Rust 1.63.0**.
Use `Cargo-minimal.lock` to build the MSRV by copying to `Cargo.lock` and building. Use `Cargo-minimal.lock` to build the MSRV by copying to `Cargo.lock` and building.