Skip to content

Commit 6a75b3a

Browse files
committed
Revert "Temporarily pin toolchain to nightly-2022-02-09" due to nightly fixes
This reverts commit 92b4cfb. Rust nightly fixed by rust-lang/rust#93892 (comment)
1 parent c409c3f commit 6a75b3a

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions-rs/toolchain@v1
3939
with:
4040
profile: minimal
41-
toolchain: nightly-2022-02-09
41+
toolchain: nightly
4242
override: true
4343

4444
- name: Run cargo check
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions-rs/toolchain@v1
6161
with:
6262
profile: minimal
63-
toolchain: nightly-2022-02-09
63+
toolchain: nightly
6464
override: true
6565
components: rustfmt
6666

@@ -82,7 +82,7 @@ jobs:
8282
uses: actions-rs/toolchain@v1
8383
with:
8484
profile: minimal
85-
toolchain: nightly-2022-02-09
85+
toolchain: nightly
8686
override: true
8787
components: rustfmt, clippy
8888

@@ -113,7 +113,7 @@ jobs:
113113
uses: actions-rs/toolchain@v1
114114
with:
115115
profile: minimal
116-
toolchain: nightly-2022-02-09
116+
toolchain: nightly
117117
override: true
118118

119119
- name: Run cargo doc
@@ -169,7 +169,7 @@ jobs:
169169
uses: actions-rs/toolchain@v1
170170
with:
171171
profile: minimal
172-
toolchain: nightly-2022-02-09
172+
toolchain: nightly
173173
override: true
174174

175175
- name: Checkout gh-pages

rust-toolchain.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)