Skip to content

Commit 42db924

Browse files
committed
chore(ci): Hack around bad minimal versions
1 parent 02f59dd commit 42db924

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
toolchain: nightly
8282
- name: Downgrade dependencies to minimal versions
8383
run: cargo +nightly generate-lockfile -Z minimal-versions
84+
- name: Hack around bad deps
85+
run: cargo update --recursive json5
8486
- name: Compile with minimal versions
8587
run: cargo +stable check --workspace --all-features --locked
8688
lockfile:

0 commit comments

Comments
 (0)