Fixed features to tell docs.rs to use

This commit is contained in:
Michael Rosenberg 2022-11-26 05:55:48 -05:00
parent 774e56e2c1
commit 3e1643a99d

View file

@ -25,7 +25,7 @@ exclude = [
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "docs/assets/rustdoc-include-katex-header.html", "--cfg", "docsrs"]
features = ["nightly", "simd_backend", "packed_simd"]
features = ["serde", "simd_backend"]
[badges]
travis-ci = { repository = "dalek-cryptography/curve25519-dalek", branch = "master"}