We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f1387 commit 091fc82Copy full SHA for 091fc82
.github/workflows/ci.yml
@@ -81,6 +81,8 @@ jobs:
81
toolchain: nightly
82
- name: Downgrade dependencies to minimal versions
83
run: cargo +nightly generate-lockfile -Z minimal-versions
84
+ - name: Hack around bad deps
85
+ run: cargo update --recursive json5
86
- name: Compile with minimal versions
87
run: cargo +stable check --workspace --all-features --locked
88
lockfile:
0 commit comments