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 1818 uses : actions-rs/toolchain@v1
1919 with :
2020 profile : minimal
21- toolchain : 1.78 .0
21+ toolchain : 1.81 .0
2222 target : wasm32-unknown-unknown
2323 override : true
2424
3535 uses : actions-rs/cargo@v1
3636 with :
3737 command : unit-test
38- toolchain : 1.78 .0
38+ toolchain : 1.81 .0
3939 args : --locked
4040 env :
4141 RUST_BACKTRACE : 1
@@ -53,20 +53,20 @@ jobs:
5353 uses : actions-rs/toolchain@v1
5454 with :
5555 profile : minimal
56- toolchain : 1.78 .0
56+ toolchain : 1.81 .0
5757 override : true
5858 components : rustfmt, clippy
5959
6060 - name : Run cargo fmt
6161 uses : actions-rs/cargo@v1
6262 with :
6363 command : fmt
64- toolchain : 1.78 .0
64+ toolchain : 1.81 .0
6565 args : --all -- --check
6666
6767 - name : Run cargo clippy
6868 uses : actions-rs/cargo@v1
6969 with :
7070 command : clippy
71- toolchain : 1.78 .0
71+ toolchain : 1.81 .0
7272 args : -- -D warnings
You can’t perform that action at this time.
0 commit comments