Skip to content

Commit 9494e80

Browse files
committed
Run CI on stable rust, now that rust 1.68 is released
1 parent f7b6f51 commit 9494e80

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)