diff --git a/plain_hasher/Cargo.toml b/plain_hasher/Cargo.toml index 710823d..9385afb 100644 --- a/plain_hasher/Cargo.toml +++ b/plain_hasher/Cargo.toml @@ -9,8 +9,8 @@ homepage = "https://github.com/paritytech/parity-common" categories = [ "no-std"] [dependencies] -crunchy = "0.2.1" +crunchy = { version = "0.2.1", default-features = false } [features] default = ["std"] -std = [] +std = ["crunchy/std"]