mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +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]
|
||||
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"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue