Skip to content

Commit 6c52098

Browse files
committed
Revert "ci: tmp pin nightly version (#6435)"
This reverts commit dee1fae.
1 parent e781a6c commit 6c52098

4 files changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/book.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ jobs:
5858
steps:
5959
- uses: actions/checkout@v4
6060
- uses: dtolnay/rust-toolchain@nightly
61-
with:
62-
toolchain: nightly-2024-02-03
6361
- name: Install mdbook
6462
run: |
6563
mkdir mdbook

.github/workflows/dependencies.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535
- uses: dtolnay/rust-toolchain@nightly
36-
with:
37-
toolchain: nightly-2024-02-03
36+
3837
- name: cargo update
3938
# Remove first line that always just says "Updating crates.io index"
4039
run: cargo update --color never 2>&1 | sed '/crates.io index/d' | tee -a cargo_update.log

.github/workflows/lint.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- uses: dtolnay/rust-toolchain@clippy
27-
with:
28-
toolchain: nightly-2024-02-03
2927
- uses: Swatinem/rust-cache@v2
3028
with:
3129
cache-on-failure: true
@@ -41,8 +39,6 @@ jobs:
4139
steps:
4240
- uses: actions/checkout@v4
4341
- uses: dtolnay/rust-toolchain@clippy
44-
with:
45-
toolchain: nightly-2024-02-03
4642
- uses: Swatinem/rust-cache@v2
4743
with:
4844
cache-on-failure: true
@@ -92,8 +88,6 @@ jobs:
9288
steps:
9389
- uses: actions/checkout@v4
9490
- uses: dtolnay/rust-toolchain@nightly
95-
with:
96-
toolchain: nightly-2024-02-03
9791
- uses: Swatinem/rust-cache@v2
9892
with:
9993
cache-on-failure: true
@@ -113,7 +107,6 @@ jobs:
113107
- uses: actions/checkout@v4
114108
- uses: dtolnay/rust-toolchain@nightly
115109
with:
116-
toolchain: nightly-2024-02-03
117110
components: rustfmt
118111
- run: cargo fmt --all --check
119112

.github/workflows/sanity.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- uses: dtolnay/rust-toolchain@nightly
23-
with:
24-
toolchain: nightly-2024-02-03
2523
- uses: taiki-e/install-action@cargo-udeps
2624
- name: Check for unused dependencies
2725
run: cargo udeps --lib --features "jemalloc,${{ matrix.network }}"

0 commit comments

Comments
 (0)