From dae42bef9de0af8d605fa73ba06f39c576732ccc Mon Sep 17 00:00:00 2001 From: Antoni Spaanderman <56turtle56@gmail.com> Date: Mon, 26 Aug 2024 21:45:18 +0200 Subject: [PATCH] do not enable bitcoin-io by default --- hashes/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashes/Cargo.toml b/hashes/Cargo.toml index 54bd229a7..4d048ea84 100644 --- a/hashes/Cargo.toml +++ b/hashes/Cargo.toml @@ -15,7 +15,7 @@ exclude = ["tests", "contrib"] [features] default = ["std"] -std = ["alloc", "hex/std", "bitcoin-io/std"] +std = ["alloc", "hex/std", "bitcoin-io?/std"] alloc = ["hex/alloc"] schemars = ["dep:schemars", "alloc"] # If you want I/O you must enable either "std" or "io".