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: ACK7d2c57d345
successfully ran local tests; will one-ACK merge because it's trivially correct Tree-SHA512: 8d85d748e90e8082861005e6787d1c6be95745ebb442c98f638c5efb9940fc5ac7860d786b47bff88ba59c17a2a8c115d2c740108772dd63dc24f3e911555473
This commit is contained in:
commit
9d9f7e6d35
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue