Try to tell docs.rs to build using the "nightly" feature

We need this to put the README.md into the docs, or else the crate description is bare.
This commit is contained in:
Henry de Valence 2018-02-06 11:18:02 -08:00
parent d5203b1687
commit 151911bc47

View file

@ -1,6 +1,6 @@
[package]
name = "curve25519-dalek"
version = "0.15.0"
version = "0.15.1"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
"Henry de Valence <hdevalence@hdevalence.ca>"]
readme = "README.md"
@ -20,6 +20,7 @@ build = "build.rs"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", ".cargo/registry/src/github.com-1ecc6299db9ec823/curve25519-dalek-0.13.2/rustdoc-include-katex-header.html"]
features = ["nightly"]
[badges]
travis-ci = { repository = "dalek-cryptography/curve25519-dalek", branch = "master"}