Make std feature depend on curve25519-dalek/std.

This commit is contained in:
Isis Lovecruft 2017-03-14 23:00:26 +00:00
parent ad4e726e49
commit 030c3e5373
Failed to extract signature

View file

@ -36,6 +36,6 @@ rustc-serialize = "0.3"
[features]
default = ["std"]
std = ["rand"]
std = ["rand", "curve25519-dalek/std"]
bench = []
nightly = ["curve25519-dalek/nightly"]