Skip to content

Commit

Permalink
CI: validator has a broken requirement on darling
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Mar 11, 2024
1 parent 54c7946 commit 07c2713
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:

- uses: dtolnay/rust-toolchain@nightly
- run: cargo -Z minimal-versions update
- run: cargo update -p lazy_static
- name: Fix -Z minimal-versions
run: |
cargo update -p darling
cargo update -p lazy_static
- uses: dtolnay/rust-toolchain@1.63.0
id: rust-toolchain
Expand Down

0 comments on commit 07c2713

Please sign in to comment.