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 11
11
uses : hecrj/setup-rust-action@v1
12
12
with :
13
13
components : rustfmt
14
- rust-version : nightly-2022-03-08
14
+ rust-version : nightly-2022-03-22
15
15
- uses : actions/checkout@v2
16
16
- run : cargo fmt -- --check --config-path <(echo 'license_template_path = "HEADER"')
17
17
22
22
uses : hecrj/setup-rust-action@v1
23
23
with :
24
24
components : clippy
25
- rust-version : nightly-2022-03-08
25
+ rust-version : nightly-2022-03-22
26
26
- uses : actions/checkout@v2
27
27
- run : cargo clippy --all-targets --all-features -- -D warnings
28
28
@@ -41,14 +41,14 @@ jobs:
41
41
uses : hecrj/setup-rust-action@v1
42
42
with :
43
43
targets : ' thumbv6m-none-eabi'
44
- rust-version : nightly-2022-03-08
44
+ rust-version : nightly-2022-03-22
45
45
- uses : actions/checkout@master
46
46
- run : cargo check --no-default-features --target thumbv6m-none-eabi
47
47
48
48
test :
49
49
strategy :
50
50
matrix :
51
- rust : [stable, beta, nightly, nightly-2022-03-08 ]
51
+ rust : [stable, beta, nightly, nightly-2022-03-22 ]
52
52
runs-on : ubuntu-latest
53
53
steps :
54
54
- 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