mirror of
https://github.com/dalek-cryptography/ed25519-dalek.git
synced 2026-01-08 02:43:50 -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",
|
||||
"--cfg", "docsrs",
|
||||
]
|
||||
features = ["nightly", "batch", "pkcs8"]
|
||||
features = ["batch", "pkcs8"]
|
||||
|
||||
[dependencies]
|
||||
curve25519-dalek = { version = "=4.0.0-rc.0", default-features = false, features = ["digest"] }
|
||||
|
||||
Reference in New Issue
Block a user