From 28991bd150be00ac471accac746d59d5c8ca99df Mon Sep 17 00:00:00 2001 From: Steven Roose Date: Fri, 9 Feb 2024 18:32:38 +0000 Subject: [PATCH] readme: Inform user bitcoin_hashes needs to be pinned for MSRV --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2573776..aecd61f 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,10 @@ Use the `all-languages` feature to enable all languages. This crate supports Rust v1.41.1 and up and works with `no_std`. +When using older version of Rust, you might have to pin the version of the +`bitcoin_hashes` crate used as such: +``` +$ cargo update --package "bitcoin_hashes" --precise "0.12.0" +``` + If you enable the `zeroize` feature the MSRV becomes 1.51.