Skip to content

Commit

Permalink
chore(ci): Hack around bad minimal versions
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 23, 2024
1 parent d1f1387 commit 091fc82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
toolchain: nightly
- name: Downgrade dependencies to minimal versions
run: cargo +nightly generate-lockfile -Z minimal-versions
- name: Hack around bad deps
run: cargo update --recursive json5
- name: Compile with minimal versions
run: cargo +stable check --workspace --all-features --locked
lockfile:
Expand Down

0 comments on commit 091fc82

Please sign in to comment.