Skip to content

Commit 7149574

Browse files
authored
Merge pull request #3294 from iosh/nightly-version
chore: Update nightly to 2025-02-01
2 parents 0424656 + 939e9a6 commit 7149574

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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

cargo_fmt.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ BASE_PATH=$(dirname "$(realpath "$0")")
55

66
if [[ "$1" == "--install" ]]
77
then
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
1212
else
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 $@
1414
fi

docs/coverage-nightly.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
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
1111
cargo +stable install cargo-llvm-cov --locked
1212
```
1313

0 commit comments

Comments
 (0)