We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e7373 commit b85e16eCopy full SHA for b85e16e
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: actions-rs/cargo@v1
36
with:
37
command: ${{matrix.command}}
38
- args: "${{matrix.command == 'fmt' && '--all -- --check' || '--workspace --exclude hdf5-src -- -D warnings -D clippy::cargo'}}"
+ args: "${{matrix.command == 'fmt' && '--all -- --check' || '--workspace --exclude hdf5-src -- -D warnings -D clippy::cargo -A clippy::multiple-crate-versions'}}"
39
40
doc: # This task should mirror the procedure on docs.rs
41
runs-on: ubuntu-latest
0 commit comments