Skip to content

Commit a8890aa

Browse files
committed
fix: do not call cargo +nightly
1 parent 335a58f commit a8890aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/update-docs-HEAD.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ check_all_dependencies() {
2323
generate_docs()
2424
{
2525
cd "${toplevel}"
26-
cargo +nightly doc --features=doc --no-deps
26+
cargo doc --features=doc --no-deps
2727
# redirect from root folder to doc of asfa
2828
echo "<meta http-equiv=refresh content=0;url=asfa/index.html>" > "${toplevel}/target/doc/index.html"
2929
}

0 commit comments

Comments
 (0)