Skip to content
This repository was archived by the owner on Oct 26, 2021. It is now read-only.

Commit ff63f18

Browse files
committed
Pin to nightly-2021-09-30
This works around this bug: rust-lang/rust#89432 Signed-off-by: Nathaniel McCallum <[email protected]>
1 parent d8b6bae commit ff63f18

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions-rs/toolchain@v1
3535
with:
3636
components: clippy
37-
toolchain: nightly
37+
toolchain: nightly-2021-09-30
3838
profile: minimal
3939
target: x86_64-unknown-linux-musl
4040
override: true
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions-rs/toolchain@v1
6565
with:
6666
components: clippy
67-
toolchain: nightly
67+
toolchain: nightly-2021-09-30
6868
profile: minimal
6969
target: x86_64-unknown-linux-musl
7070
override: true

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions-rs/toolchain@v1
1414
with:
1515
target: x86_64-unknown-linux-musl
16-
toolchain: nightly
16+
toolchain: nightly-2021-09-30
1717
override: true
1818
- uses: actions-rs/cargo@v1
1919
with:
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions-rs/toolchain@v1
4040
with:
4141
target: x86_64-unknown-linux-musl
42-
toolchain: nightly
42+
toolchain: nightly-2021-09-30
4343
override: true
4444
- run: cargo test ${{ matrix.profile.flag }}
4545
working-directory: internal/${{ matrix.crate }}

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ fn main() {
231231
.envs(&filtered_env)
232232
.stdout(stdout)
233233
.stderr(stderr)
234-
.arg("+nightly")
234+
.arg("+nightly-2021-09-30")
235235
.arg("build")
236236
.args(profile)
237237
.arg("--target-dir")

0 commit comments

Comments
 (0)