mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-05 20:30:57 +00:00
Fixed features to tell docs.rs to use
This commit is contained in:
parent
774e56e2c1
commit
3e1643a99d
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ exclude = [
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
rustdoc-args = ["--html-in-header", "docs/assets/rustdoc-include-katex-header.html", "--cfg", "docsrs"]
|
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]
|
[badges]
|
||||||
travis-ci = { repository = "dalek-cryptography/curve25519-dalek", branch = "master"}
|
travis-ci = { repository = "dalek-cryptography/curve25519-dalek", branch = "master"}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue