File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 uses : hecrj/setup-rust-action@v1
1212 with :
1313 components : rustfmt
14- rust-version : nightly-2022-03-08
14+ rust-version : nightly-2022-03-22
1515 - uses : actions/checkout@v2
1616 - run : cargo fmt -- --check --config-path <(echo 'license_template_path = "HEADER"')
1717
2222 uses : hecrj/setup-rust-action@v1
2323 with :
2424 components : clippy
25- rust-version : nightly-2022-03-08
25+ rust-version : nightly-2022-03-22
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-08
44+ rust-version : nightly-2022-03-22
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-08 ]
51+ rust : [stable, beta, nightly, nightly-2022-03-22 ]
5252 runs-on : ubuntu-latest
5353 steps :
5454 - name : Setup Rust
Original file line number Diff line number Diff line change 1- nightly-2022-03-08
1+ nightly-2022-03-22
You can’t perform that action at this time.
0 commit comments