Merge remote-tracking branch 'chain/subtle-no-std-fix' into develop

This commit is contained in:
Isis Lovecruft 2017-06-27 20:44:09 +00:00
commit 4608193206
Failed to extract signature

View file

@ -34,6 +34,7 @@ version = "0.6"
[dependencies.subtle] [dependencies.subtle]
version = "^0.1" version = "^0.1"
default-features = false
[dependencies.generic-array] [dependencies.generic-array]
# same version that digest depends on # same version that digest depends on
@ -48,7 +49,7 @@ version = "0.6"
[features] [features]
nightly = ["radix_51"] nightly = ["radix_51"]
default = ["std"] default = ["std"]
std = ["rand"] std = ["rand", "subtle/std"]
alloc = [] alloc = []
yolocrypto = [] yolocrypto = []
bench = [] bench = []