File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
uses : actions-rs/toolchain@v1
19
19
with :
20
20
profile : minimal
21
- toolchain : 1.81 .0
21
+ toolchain : 1.87 .0
22
22
target : wasm32-unknown-unknown
23
23
override : true
24
24
35
35
uses : actions-rs/cargo@v1
36
36
with :
37
37
command : unit-test
38
- toolchain : 1.81 .0
38
+ toolchain : 1.87 .0
39
39
args : --locked
40
40
env :
41
41
RUST_BACKTRACE : 1
@@ -53,20 +53,20 @@ jobs:
53
53
uses : actions-rs/toolchain@v1
54
54
with :
55
55
profile : minimal
56
- toolchain : 1.81 .0
56
+ toolchain : 1.87 .0
57
57
override : true
58
58
components : rustfmt, clippy
59
59
60
60
- name : Run cargo fmt
61
61
uses : actions-rs/cargo@v1
62
62
with :
63
63
command : fmt
64
- toolchain : 1.81 .0
64
+ toolchain : 1.87 .0
65
65
args : --all -- --check
66
66
67
67
- name : Run cargo clippy
68
68
uses : actions-rs/cargo@v1
69
69
with :
70
70
command : clippy
71
- toolchain : 1.81 .0
71
+ toolchain : 1.87 .0
72
72
args : -- -D warnings
You can’t perform that action at this time.
0 commit comments