Skip to content

Commit

Permalink
fix: no such command msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
kurosakishigure committed Jan 2, 2025
1 parent dd4af77 commit 5650e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
with:
tool: cargo-binstall
- name: Run cargo-binstall
run: cargo binstall --version 0.17.1 --no-confirm cargo-msrv
run: cargo binstall --version 0.17.1 --no-confirm cargo-msrv --force
- name: Run cargo-msrv
run: cargo msrv verify --release-source rust-dist

Expand Down

0 comments on commit 5650e76

Please sign in to comment.