From d5b73f9c8c3c3f0c14a025112a67fe73f87c3ab8 Mon Sep 17 00:00:00 2001 From: Steven Roose Date: Wed, 7 Oct 2020 19:11:30 +0200 Subject: [PATCH] README: Refer to MSRV section in Installing Rust section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1840730d..36a3c96e 100644 --- a/README.md +++ b/README.md @@ -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/):