Merge rust-bitcoin/rust-bitcoin#3402: Soften wording on MSRV

7d2c57d345 Soften wording on MSRV (Tobin C. Harding)

Pull request description:

  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.

ACKs for top commit:
  apoelstra:
    ACK 7d2c57d345 successfully ran local tests; will one-ACK merge because it's trivially correct

Tree-SHA512: 8d85d748e90e8082861005e6787d1c6be95745ebb442c98f638c5efb9940fc5ac7860d786b47bff88ba59c17a2a8c115d2c740108772dd63dc24f3e911555473
This commit is contained in:
merge-script 2024-09-24 00:10:40 +00:00
commit 9d9f7e6d35
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
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)
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.