File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 41
41
toolchain : ${{ matrix.rust }}
42
42
profile : minimal
43
43
override : true
44
- - uses : Swatinem/rust-cache@v1
44
+ - uses : Swatinem/rust-cache@v2
45
45
- name : Configure git
46
46
run : |
47
47
git config --global user.name "Test User"
66
66
toolchain : 1.61.0 # MSRV
67
67
profile : minimal
68
68
override : true
69
- - uses : Swatinem/rust-cache@v1
69
+ - uses : Swatinem/rust-cache@v2
70
70
- name : Default features
71
71
run : cargo check --workspace --all-targets
72
72
- name : All features
85
85
toolchain : stable
86
86
profile : minimal
87
87
override : true
88
- - uses : Swatinem/rust-cache@v1
88
+ - uses : Swatinem/rust-cache@v2
89
89
- name : Check documentation
90
90
env :
91
91
RUSTDOCFLAGS : -D warnings
@@ -105,7 +105,7 @@ jobs:
105
105
profile : minimal
106
106
override : true
107
107
components : rustfmt
108
- - uses : Swatinem/rust-cache@v1
108
+ - uses : Swatinem/rust-cache@v2
109
109
- name : Check formatting
110
110
run : cargo fmt --all -- --check
111
111
clippy :
@@ -121,7 +121,7 @@ jobs:
121
121
profile : minimal
122
122
override : true
123
123
components : clippy
124
- - uses : Swatinem/rust-cache@v1
124
+ - uses : Swatinem/rust-cache@v2
125
125
- uses : actions-rs/clippy-check@v1
126
126
with :
127
127
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 23
23
toolchain : ${{ matrix.rust }}
24
24
profile : minimal
25
25
override : true
26
- - uses : Swatinem/rust-cache@v1
26
+ - uses : Swatinem/rust-cache@v2
27
27
- name : Configure git
28
28
run : |
29
29
git config --global user.name "Test User"
53
53
profile : minimal
54
54
override : true
55
55
components : rustfmt
56
- - uses : Swatinem/rust-cache@v1
56
+ - uses : Swatinem/rust-cache@v2
57
57
- name : Check formatting
58
58
run : cargo fmt --all -- --check
59
59
clippy :
75
75
profile : minimal
76
76
override : true
77
77
components : clippy
78
- - uses : Swatinem/rust-cache@v1
78
+ - uses : Swatinem/rust-cache@v2
79
79
- uses : actions-rs/clippy-check@v1
80
80
with :
81
81
token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments