Merge pull request #347 from elichai/patch-1

Adding MSRV to the readme
This commit is contained in:
Andrew Poelstra 2019-11-29 21:26:23 +00:00 committed by GitHub
commit 885fc39f48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ please join us in
[#rust-bitcoin](http://webchat.freenode.net/?channels=%23rust-bitcoin) on [#rust-bitcoin](http://webchat.freenode.net/?channels=%23rust-bitcoin) on
freenode. freenode.
## Minimum Supported Rust Version (MSRV)
This library should always compile with any combination of features on **Rust 1.22**.
## Installing Rust ## Installing Rust
Rust can be installed using your package manager of choice or Rust can be installed using your package manager of choice or
[rustup.rs](https://rustup.rs). The former way is considered more secure since [rustup.rs](https://rustup.rs). The former way is considered more secure since