Merge rust-bitcoin/rust-bitcoin#2953: Update README instructions for running MSRV

60aa4acc5f Update README instructions for running MSRV (yancy)

Pull request description:

  The file mentioned in the README for running MSRV no longer exists

  closes https://github.com/rust-bitcoin/rust-bitcoin/issues/2934

ACKs for top commit:
  tcharding:
    ACK 60aa4acc5f
  apoelstra:
    ACK 60aa4acc5f Definite improvement. Unfortunately will not work for downstream users but currently we do not have a solution for them I think
  Kixunil:
    ACK 60aa4acc5f

Tree-SHA512: 554b1b4d6ea8a929fb168e48b8925e20e6ee717a603a4008793376393d1ae8ba18bc290fb69747be155cd75439499500056c54e845a6fa6dc097e523b76ea54f
This commit is contained in:
merge-script 2024-07-03 19:09:14 +00:00
commit 43e72b2bbb
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 1 additions and 2 deletions

View File

@ -71,8 +71,7 @@ For more information please see `./CONTRIBUTING.md`.
This library should always compile with any combination of features on **Rust 1.56.1**.
To build with the MSRV you will likely need to pin a bunch of dependencies, see `./contrib/test.sh`
for the current list.
Use `Cargo-minimal.lock` to build the MSRV by copying to `Cargo.lock` and building.
## External dependencies