Skip to content

Commit 7506400

Browse files
committed
do cargo update
1 parent 2b7e4eb commit 7506400

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
run: make dev-format-check
3434
- name: Install clippy
3535
run: rustup component add clippy
36+
- name: Update
37+
run: cargo update
3638
- name: Run clippy
3739
run: cargo clippy -- -D warnings
3840
- name: Check for Wasm

0 commit comments

Comments
 (0)