We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332b0eb commit aa94dd5Copy full SHA for aa94dd5
1 file changed
scripts/lint.sh
@@ -20,7 +20,7 @@ cargo clippy --workspace --all-features --all-targets -- -D warnings
20
# Check that READMEs are up-to-date with cargo-rdme
21
echo "Checking READMEs are up-to-date..."
22
if ! command -v cargo-rdme &> /dev/null; then
23
- cargo install cargo-rdme
+ cargo install --locked cargo-rdme
24
fi
25
for toml in $(find program-libs sdk-libs -name '.cargo-rdme.toml' -type f); do
26
crate_dir=$(dirname "$toml")
0 commit comments