File tree Expand file tree Collapse file tree 9 files changed +1180
-742
lines changed Expand file tree Collapse file tree 9 files changed +1180
-742
lines changed Original file line number Diff line number Diff line change 28
28
with :
29
29
override : true
30
30
profile : minimal
31
- toolchain : nightly-2022-07-26
31
+ toolchain : nightly-2025-01-17
32
32
- uses : Swatinem/rust-cache@v1
33
33
# - run: |
34
34
# cargo install cargo-audit
Original file line number Diff line number Diff line change 25
25
components : rustfmt
26
26
override : true
27
27
profile : minimal
28
- toolchain : nightly-2022-07-26
28
+ toolchain : nightly-2025-01-17
29
29
- uses : Swatinem/rust-cache@v1
30
30
- run : |
31
31
cargo build --release
44
44
components : clippy
45
45
override : true
46
46
profile : minimal
47
- toolchain : nightly-2022-07-26
47
+ toolchain : nightly-2025-01-17
48
48
- uses : Swatinem/rust-cache@v1
49
49
- run : cargo clippy -- -D warnings
Original file line number Diff line number Diff line change 24
24
with :
25
25
override : true
26
26
profile : minimal
27
- toolchain : nightly-2022-07-26
27
+ toolchain : nightly-2025-01-17
28
28
- uses : Swatinem/rust-cache@v1
29
29
- uses : taiki-e/install-action@nextest
30
30
- run : cargo nextest run --all
You can’t perform that action at this time.
0 commit comments