mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Merge pull request #34 from rozbb/master
Removed "nightly" from default features
This commit is contained in:
commit
abff3ddc47
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue