Merge pull request #34 from rozbb/master

Removed "nightly" from default features
This commit is contained in:
Henry de Valence 2019-02-04 12:30:15 -08:00 committed by GitHub
commit abff3ddc47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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