Skip to content

Commit

Permalink
CI: apply fix to the other run as well
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Mar 11, 2024
1 parent 3bcc6df commit be87b7f
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 @@ -39,7 +39,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/[email protected]
id: rust-toolchain
Expand Down

0 comments on commit be87b7f

Please sign in to comment.