From fe2580a1ab312b32f93074aa6978a451c13e4515 Mon Sep 17 00:00:00 2001 From: Riccardo Casatta Date: Fri, 26 Aug 2022 19:23:28 +0200 Subject: [PATCH] update bitcoin_hashes in build-dep to 0.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7cb5862..d11e7c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ which = "4.2.5" env_logger = "0.8" [build-dependencies] -bitcoin_hashes = "0.10" +bitcoin_hashes = "0.11" tar = "0.4" zip = "0.5"