Skip to content

Commit

Permalink
Fix usage of the nightly compiler for docs
Browse files Browse the repository at this point in the history
(CI failing otherwise)
  • Loading branch information
Vasili Novikov committed Jan 17, 2024
1 parent 5b2d147 commit a8d0d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/generate-api-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ for LIB in $LIBS_SORTED; do
if grep -q 'feature(sgx_platform)' ./src/lib.rs; then
ARGS+=" --target x86_64-fortanix-unknown-sgx"
fi
cargo doc --no-deps --lib $ARGS
cargo +nightly doc --no-deps --lib $ARGS
popd
fi
done

0 comments on commit a8d0d46

Please sign in to comment.