Skip to content

Commit 17c79cd

Browse files
committed
chore: Bump Rust toolchain
1 parent 2c1becf commit 17c79cd

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/rust.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: hecrj/setup-rust-action@v1
1212
with:
1313
components: rustfmt
14-
rust-version: nightly-2022-03-22
14+
rust-version: nightly-2023-12-13
1515
- uses: actions/checkout@v2
1616
- run: cargo fmt -- --check --config-path <(echo 'license_template_path = "HEADER"')
1717

@@ -22,7 +22,7 @@ jobs:
2222
uses: hecrj/setup-rust-action@v1
2323
with:
2424
components: clippy
25-
rust-version: nightly-2022-03-22
25+
rust-version: nightly-2023-12-13
2626
- uses: actions/checkout@v2
2727
- run: cargo clippy --all-targets --all-features -- -D warnings
2828

@@ -41,14 +41,14 @@ jobs:
4141
uses: hecrj/setup-rust-action@v1
4242
with:
4343
targets: 'thumbv6m-none-eabi'
44-
rust-version: nightly-2022-03-22
44+
rust-version: nightly-2023-12-13
4545
- uses: actions/checkout@master
4646
- run: cargo check --no-default-features --target thumbv6m-none-eabi
4747

4848
test:
4949
strategy:
5050
matrix:
51-
rust: [stable, beta, nightly, nightly-2022-03-22]
51+
rust: [stable, beta, nightly, nightly-2023-12-13]
5252
runs-on: ubuntu-latest
5353
steps:
5454
- name: Setup Rust

rust-toolchain

-1
This file was deleted.

rust-toolchain.toml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[toolchain]
2+
channel = "nightly-2023-12-13"
3+
components = ["rustfmt", "rustc-dev", "clippy"]
4+
profile = "minimal"

0 commit comments

Comments
 (0)