File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3434 CMAKE_POLICY_VERSION_MINIMUM : 3.5
3535 RUSTDOCFLAGS : " --enable-index-page -Z unstable-options"
3636 run : |
37- rustup default nightly-2024-04-22 && cargo +nightly-2024-04-22 doc --no-deps
37+ rustup default nightly-2025-02-01 && cargo +nightly-2025-02-01 doc --no-deps
3838
3939 - name : Deploy
4040 uses : peaceiris/actions-gh-pages@v3
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ BASE_PATH=$(dirname "$(realpath "$0")")
55
66if [[ " $1 " == " --install" ]]
77then
8- rustup toolchain add nightly-2024 -02-04
9- rustup component add rustfmt --toolchain nightly-2024 -02-04
8+ rustup toolchain add nightly-2025 -02-01
9+ rustup component add rustfmt --toolchain nightly-2025 -02-01
1010 rustup component add clippy
1111 shift
1212else
13- " $BASE_PATH /dev-support/cargo_all.sh" +nightly-2024 -02-04 fmt --all $@
13+ " $BASE_PATH /dev-support/cargo_all.sh" +nightly-2025 -02-01 fmt --all $@
1414fi
Original file line number Diff line number Diff line change 66## Install Dependencies
77
88``` bash
9- rustup toolchain install nightly-2025-02-14
10- rustup override set nightly-2025-02-14
9+ rustup toolchain install nightly-2025-02-01
10+ rustup override set nightly-2025-02-01
1111cargo +stable install cargo-llvm-cov --locked
1212```
1313
You can’t perform that action at this time.
0 commit comments