From 7f554391aef118f3ddb654cfafa7c45b91a2cd94 Mon Sep 17 00:00:00 2001 From: Steven Roose Date: Mon, 29 Jan 2024 18:42:19 +0000 Subject: [PATCH] Change hashes dep spec to >=0.12,<0.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eebee30..75f10b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ unicode-normalization = { version = "=0.1.22", optional = true } [dev-dependencies] # Enabling the "rand" feature by default to run the benches bip39 = { path = ".", features = ["rand"] } -bitcoin_hashes = ">=0.12,<=0.13" # enable default features for test +bitcoin_hashes = ">=0.12,<0.14" # enable default features for test [package.metadata.docs.rs]