mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Removed vestigial nightly feature from docsrs instructions
This commit is contained in:
parent
783b6e81c4
commit
57a8add0fd
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ rustdoc-args = [
|
|||
"--html-in-header", "docs/assets/rustdoc-include-katex-header.html",
|
||||
"--cfg", "docsrs",
|
||||
]
|
||||
features = ["nightly", "batch", "pkcs8"]
|
||||
features = ["batch", "pkcs8"]
|
||||
|
||||
[dependencies]
|
||||
curve25519-dalek = { version = "=4.0.0-rc.0", default-features = false, features = ["digest"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue