Skip to content

Commit 5342f05

Browse files
authored
Merge pull request #62 from subspace/restore-latest-nightly
Restore latest nightly
2 parents a318873 + b4adb09 commit 5342f05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
rust:
16-
- nightly-2021-09-15
16+
- nightly
1717

1818
steps:
1919
- name: Checkout
@@ -51,7 +51,7 @@ jobs:
5151
- macos-11
5252
- windows-2019
5353
rust:
54-
- nightly-2021-09-15
54+
- nightly
5555

5656
runs-on: ${{ matrix.os }}
5757

@@ -111,7 +111,7 @@ jobs:
111111
- macos-11
112112
- windows-2019
113113
rust:
114-
- nightly-2021-09-15
114+
- nightly
115115

116116
runs-on: ${{ matrix.os }}
117117

0 commit comments

Comments
 (0)