File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,19 +30,19 @@ jobs:
30
30
override : true
31
31
32
32
- name : Cache cargo registry
33
- uses : actions/cache@v1
33
+ uses : actions/cache@v2
34
34
with :
35
35
path : ~/.cargo/registry
36
36
key : ${{ matrix.os }}-${{ matrix.rust }}-cargo-registry-${{ hashFiles('**/Cargo.toml') }}
37
37
38
38
- name : Cache cargo index
39
- uses : actions/cache@v1
39
+ uses : actions/cache@v2
40
40
with :
41
41
path : ~/.cargo/git
42
42
key : ${{ matrix.os }}-${{ matrix.rust }}-cargo-index-${{ hashFiles('**/Cargo.toml') }}
43
43
44
44
- name : Cache cargo build
45
- uses : actions/cache@v1
45
+ uses : actions/cache@v2
46
46
with :
47
47
path : target
48
48
key : ${{ matrix.os }}-${{ matrix.rust }}-cargo-build-target-${{ hashFiles('**/Cargo.toml') }}
58
58
with :
59
59
command : check
60
60
args : --features unstable --all --bins --examples --tests
61
-
61
+
62
62
- name : check wasm
63
63
uses : actions-rs/cargo@v1
64
64
with :
You can’t perform that action at this time.
0 commit comments