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 : Build
46
46
run : cargo test --no-run --workspace --all-features
47
47
- name : Default features
62
62
toolchain : 1.60.0 # MSRV
63
63
profile : minimal
64
64
override : true
65
- - uses : Swatinem/rust-cache@v1
65
+ - uses : Swatinem/rust-cache@v2
66
66
- name : Default features
67
67
run : cargo check --workspace --all-targets
68
68
- name : All features
81
81
toolchain : stable
82
82
profile : minimal
83
83
override : true
84
- - uses : Swatinem/rust-cache@v1
84
+ - uses : Swatinem/rust-cache@v2
85
85
- name : Check documentation
86
86
env :
87
87
RUSTDOCFLAGS : -D warnings
@@ -101,7 +101,7 @@ jobs:
101
101
profile : minimal
102
102
override : true
103
103
components : rustfmt
104
- - uses : Swatinem/rust-cache@v1
104
+ - uses : Swatinem/rust-cache@v2
105
105
- name : Check formatting
106
106
run : cargo fmt --all -- --check
107
107
clippy :
@@ -117,7 +117,7 @@ jobs:
117
117
profile : minimal
118
118
override : true
119
119
components : clippy
120
- - uses : Swatinem/rust-cache@v1
120
+ - uses : Swatinem/rust-cache@v2
121
121
- uses : actions-rs/clippy-check@v1
122
122
with :
123
123
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 : Default features
28
28
run : cargo test --workspace
29
29
- name : All features
49
49
profile : minimal
50
50
override : true
51
51
components : rustfmt
52
- - uses : Swatinem/rust-cache@v1
52
+ - uses : Swatinem/rust-cache@v2
53
53
- name : Check formatting
54
54
run : cargo fmt --all -- --check
55
55
clippy :
71
71
profile : minimal
72
72
override : true
73
73
components : clippy
74
- - uses : Swatinem/rust-cache@v1
74
+ - uses : Swatinem/rust-cache@v2
75
75
- uses : actions-rs/clippy-check@v1
76
76
with :
77
77
token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments