File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
env :
12
12
CARGO_TERM_COLOR : always
13
13
CARGO_REGISTRIES_CRATES_IO_PROTOCOL : sparse
14
- RUST_VERSION_OLD : " 1.71.1 "
14
+ RUST_VERSION_OLD : " 1.81.0 "
15
15
RUST_VERSION_NEW : " 1.86.0"
16
16
17
17
jobs :
53
53
toolchain : nightly
54
54
components : clippy, rustfmt
55
55
56
- - name : Rust cache
57
- uses : Swatinem/rust-cache@v2
58
-
59
56
- name : Cargo install
60
57
if : matrix.rust_version == 'RUST_VERSION_NEW'
61
58
run : cargo install cargo-sort cargo-udeps cargo-audit cargo-pants
73
70
echo "CARGO_INCREMENTAL=$CARGO_INCREMENTAL"
74
71
echo "name=version::$(rustc --version | cut -d ' ' -f 2)" >> $GITHUB_OUTPUT
75
72
73
+ - name : Rust cache
74
+ uses : Swatinem/rust-cache@v2
75
+
76
76
- name : Rustfmt check
77
77
if : matrix.rust_version == 'RUST_VERSION_NEW'
78
78
run : cargo fmt --check
You can’t perform that action at this time.
0 commit comments