mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +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",
|
"--html-in-header", "docs/assets/rustdoc-include-katex-header.html",
|
||||||
"--cfg", "docsrs",
|
"--cfg", "docsrs",
|
||||||
]
|
]
|
||||||
features = ["nightly", "batch", "pkcs8"]
|
features = ["batch", "pkcs8"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
curve25519-dalek = { version = "=4.0.0-rc.0", default-features = false, features = ["digest"] }
|
curve25519-dalek = { version = "=4.0.0-rc.0", default-features = false, features = ["digest"] }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue