diff --git a/hashes/Cargo.toml b/hashes/Cargo.toml index 35760c87e..25e213790 100644 --- a/hashes/Cargo.toml +++ b/hashes/Cargo.toml @@ -15,8 +15,8 @@ exclude = ["tests", "contrib"] [features] default = ["std"] -std = ["alloc", "hex/std"] -alloc = ["hex/alloc"] +std = ["alloc", "hex?/std"] +alloc = ["hex?/alloc"] serde = ["dep:serde", "hex"] # Smaller (but slower) implementation of sha256, sha512 and ripemd160 small-hash = []