Skip to content

Commit

Permalink
chore: Bump Rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
MazterQyou committed Dec 8, 2023
1 parent 037562f commit aca9213
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: hecrj/setup-rust-action@v1
with:
components: rustfmt
rust-version: nightly-2022-03-08
rust-version: nightly-2022-03-22
- uses: actions/checkout@v2
- run: cargo fmt -- --check --config-path <(echo 'license_template_path = "HEADER"')

Expand All @@ -22,7 +22,7 @@ jobs:
uses: hecrj/setup-rust-action@v1
with:
components: clippy
rust-version: nightly-2022-03-08
rust-version: nightly-2022-03-22
- uses: actions/checkout@v2
- run: cargo clippy --all-targets --all-features -- -D warnings

Expand All @@ -41,14 +41,14 @@ jobs:
uses: hecrj/setup-rust-action@v1
with:
targets: 'thumbv6m-none-eabi'
rust-version: nightly-2022-03-08
rust-version: nightly-2022-03-22
- uses: actions/checkout@master
- run: cargo check --no-default-features --target thumbv6m-none-eabi

test:
strategy:
matrix:
rust: [stable, beta, nightly, nightly-2022-03-08]
rust: [stable, beta, nightly, nightly-2022-03-22]
runs-on: ubuntu-latest
steps:
- name: Setup Rust
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2022-03-08
nightly-2022-03-22

0 comments on commit aca9213

Please sign in to comment.