Skip to content

Commit

Permalink
fixup! Add proper CI job for building with minimum dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
d-e-s-o committed Nov 9, 2023
1 parent bf5880b commit 447a89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
profile: minimal
toolchain: nightly
- run: cargo +nightly -Z direct-minimal-versions update
- run: cargo +nightly -Z minimal-versions update
- name: Install minimum Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 447a89c

Please sign in to comment.