mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-09 20:50:40 +00:00
Made docs makefile use nightly
This commit is contained in:
parent
969940e954
commit
c604520311
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -1,8 +1,8 @@
|
||||||
FEATURES := nightly simd_backend
|
FEATURES := nightly simd_backend
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
cargo rustdoc --features "$(FEATURES)" -- --html-in-header docs/assets/rustdoc-include-katex-header.html
|
cargo +nightly rustdoc --features "$(FEATURES)" -- --html-in-header docs/assets/rustdoc-include-katex-header.html
|
||||||
|
|
||||||
doc-internal:
|
doc-internal:
|
||||||
cargo rustdoc --features "$(FEATURES)" -- --html-in-header docs/assets/rustdoc-include-katex-header.html --document-private-items
|
cargo +nightly rustdoc --features "$(FEATURES)" -- --html-in-header docs/assets/rustdoc-include-katex-header.html --document-private-items
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue