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.
--locked
1 parent f7ccdd2 commit b4e319dCopy full SHA for b4e319d
.github/workflows/ci.yml
@@ -78,7 +78,7 @@ jobs:
78
CARGO_TARGET_DIR: ${{ matrix.config.target_dir }}
79
with:
80
command: clippy
81
- args: --target ${{ matrix.config.target }} -- -W clippy::correctness -D warnings
+ args: --target ${{ matrix.config.target }} --locked -- -W clippy::correctness -D warnings
82
83
cargo-deny:
84
name: ©️ License and advisories check
0 commit comments