Removed "nightly" from default features

This commit is contained in:
Michael Rosenberg 2019-02-03 11:13:50 -05:00
parent 8b0306252a
commit 474c272945
No known key found for this signature in database
GPG key ID: 65957070579A8C49

View file

@ -41,7 +41,7 @@ name = "x25519"
harness = false
[features]
default = ["std", "nightly", "u64_backend"]
default = ["std", "u64_backend"]
std = ["curve25519-dalek/std"]
nightly = ["curve25519-dalek/nightly", "clear_on_drop/nightly"]
u64_backend = ["curve25519-dalek/u64_backend"]