Skip to content

Commit a385370

Browse files
bors[bot]jannic
andauthored
Merge #66
66: Run CI on stable rust, now that rust 1.68 is released r=adamgreig a=jannic Co-authored-by: Jan Niehusmann <[email protected]>
2 parents f7b6f51 + 9494e80 commit a385370

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions-rs/toolchain@v1
2020
with:
2121
profile: minimal
22-
toolchain: nightly
22+
toolchain: stable
2323
target: ${{ matrix.target }}
2424
override: true
2525
- uses: actions-rs/cargo@v1

.github/workflows/clippy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions-rs/toolchain@v1
1919
with:
2020
profile: minimal
21-
toolchain: nightly
21+
toolchain: stable
2222
override: true
2323
components: clippy
2424
- uses: actions-rs/clippy-check@v1

.github/workflows/cron.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions-rs/toolchain@v1
1414
with:
1515
profile: minimal
16-
toolchain: nightly
16+
toolchain: stable
1717
target: thumbv6m-none-eabi
1818
override: true
1919
- uses: actions-rs/cargo@v1

.github/workflows/rustfmt.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions-rs/toolchain@v1
1414
with:
1515
profile: minimal
16-
toolchain: nightly
16+
toolchain: stable
1717
override: true
1818
components: rustfmt
1919
- uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)