From 0a23a653922e658820c57da4030eed53c1e2fc2b Mon Sep 17 00:00:00 2001 From: David Palm Date: Thu, 22 Nov 2018 13:51:26 +0100 Subject: [PATCH] Sort out the std features --- plain_hasher/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]