We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27eee64 commit 2944bc6Copy full SHA for 2944bc6
.github/workflows/ci.yml
@@ -100,5 +100,6 @@ jobs:
100
steps:
101
- uses: actions/checkout@v4
102
- uses: dtolnay/install@cargo-outdated
103
+ - run: cargo outdated --exit-code 1
104
- run: cargo outdated --workspace --exit-code 1
105
continue-on-error: true # https://github.com/kbknapp/cargo-outdated/issues/389
0 commit comments