Skip to content

Commit 92b4cfb

Browse files
committed
Temporarily pin toolchain to nightly-2022-02-09
1 parent e7c5c9f commit 92b4cfb

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
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
41+
toolchain: nightly-2022-02-09
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
63+
toolchain: nightly-2022-02-09
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
85+
toolchain: nightly-2022-02-09
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
116+
toolchain: nightly-2022-02-09
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
172+
toolchain: nightly-2022-02-09
173173
override: true
174174

175175
- name: Checkout gh-pages

rust-toolchain.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[toolchain]
2+
channel = "nightly-2022-02-09"

0 commit comments

Comments
 (0)