mirror of
https://github.com/dalek-cryptography/ed25519-dalek.git
synced 2026-01-08 18:57:54 -05:00
Removed vestigial nightly feature from docsrs instructions
This commit is contained in:
@@ -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"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user