Do not enable the `std` feature of `subtle`.

This commit is contained in:
Sean Bowe 2019-02-22 10:10:13 -07:00
parent d502391eef
commit 96a05706aa
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,4 @@ default-features = false
[features]
default = ["std"]
nightly = ["subtle/nightly"]
std = ["subtle/std"]
std = []