README: Refer to MSRV section in Installing Rust section

This commit is contained in:
Steven Roose 2020-10-07 19:11:30 +02:00
parent f483646954
commit d5b73f9c8c
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ Rust can be installed using your package manager of choice or
it typically doesn't involve trust in the CA system. But you should be aware
that the version of Rust shipped by your distribution might be out of date.
Generally this isn't a problem for `rust-bitcoin` since we support much older
versions (>=1.22) than the current stable one.
versions than the current stable one (see MSRV section).
## Building
The library can be built and tested using [`cargo`](https://github.com/rust-lang/cargo/):