Skip to content

Commit

Permalink
Make docs build on stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Sep 1, 2022
1 parent 14a25a7 commit 9d32d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build:
@cargo build --all

doc:
@RUSTDOCFLAGS="--cfg=docsrs --html-in-header doc-header.html" cargo +nightly doc --no-deps --all --features=$(DOC_FEATURES)
@RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS="--cfg=docsrs --html-in-header doc-header.html" cargo doc --no-deps --all --features=$(DOC_FEATURES)

test:
@$(MAKE) run-tests FEATURES=$(TEST_FEATURES)
Expand Down

0 comments on commit 9d32d39

Please sign in to comment.