Removed vestigial nightly feature from docsrs instructions

This commit is contained in:
Michael Rosenberg
2023-02-02 17:18:47 -05:00
parent 783b6e81c4
commit 57a8add0fd

View File

@@ -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"] }