File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 33
33
uses : actions-rs/toolchain@v1
34
34
with :
35
35
profile : minimal
36
- toolchain : 1.69 .0
36
+ toolchain : 1.73 .0
37
37
target : wasm32-unknown-unknown
38
38
override : true
39
39
components : llvm-tools-preview
62
62
uses : actions-rs/cargo@v1
63
63
with :
64
64
command : test
65
- toolchain : 1.69 .0
65
+ toolchain : 1.73 .0
66
66
args : --locked --tests
67
67
env :
68
68
LLVM_PROFILE_FILE : " swap-converter-%p-%m.profraw"
82
82
- name : Upload artifact
83
83
uses : actions/upload-pages-artifact@v1
84
84
with :
85
- path : ' ./target/debug/coverage/'
85
+ path : " ./target/debug/coverage/"
86
86
- name : Deploy to GitHub Pages
87
87
id : deployment
88
88
uses : actions/deploy-pages@v2
98
98
uses : actions-rs/toolchain@v1
99
99
with :
100
100
profile : minimal
101
- toolchain : 1.69 .0
101
+ toolchain : 1.73 .0
102
102
override : true
103
103
components : rustfmt, clippy
104
104
@@ -123,13 +123,13 @@ jobs:
123
123
- name : Run cargo fmt
124
124
uses : actions-rs/cargo@v1
125
125
with :
126
- toolchain : 1.69 .0
126
+ toolchain : 1.73 .0
127
127
command : fmt
128
128
args : --all -- --check
129
129
130
130
- name : Run cargo clippy
131
131
uses : actions-rs/cargo@v1
132
132
with :
133
- toolchain : 1.69 .0
133
+ toolchain : 1.73 .0
134
134
command : clippy
135
135
args : --tests -- -D warnings
You can’t perform that action at this time.
0 commit comments