Skip to content

Commit c0c16ba

Browse files
authored
Merge pull request #228 from H1rono/update-deps
⬆️ `cargo update`した
2 parents 0942651 + ddd8264 commit c0c16ba

File tree

5 files changed

+274
-246
lines changed

5 files changed

+274
-246
lines changed

.github/workflows/update.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- name: Update
18-
run: cargo update --workspace
18+
run: cargo update
1919
- name: Check diff
2020
id: check-diff
2121
run: |
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
fetch-depth: 0
4444
- name: Update
45-
run: cargo update --workspace
45+
run: cargo update
4646
- name: git commit and push
4747
run: |
4848
git config user.name "H1rono"

0 commit comments

Comments
 (0)