Sort out the std features

This commit is contained in:
David Palm 2018-11-22 13:51:26 +01:00
parent 86f7410e10
commit 0a23a65392
1 changed files with 2 additions and 2 deletions

View File

@ -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"]