mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-06 20:20:39 +00:00
Add a nightly feature which depends on curve25519-dalek/nightly.
This commit is contained in:
parent
807d52f655
commit
9dc9bbed4e
1 changed files with 1 additions and 0 deletions
|
|
@ -38,3 +38,4 @@ rustc-serialize = "0.3"
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
std = ["rand"]
|
std = ["rand"]
|
||||||
bench = []
|
bench = []
|
||||||
|
nightly = ["curve25519-dalek/nightly"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue