Skip to content

Commit aa94dd5

Browse files
fix lint
1 parent 332b0eb commit aa94dd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cargo clippy --workspace --all-features --all-targets -- -D warnings
2020
# Check that READMEs are up-to-date with cargo-rdme
2121
echo "Checking READMEs are up-to-date..."
2222
if ! command -v cargo-rdme &> /dev/null; then
23-
cargo install cargo-rdme
23+
cargo install --locked cargo-rdme
2424
fi
2525
for toml in $(find program-libs sdk-libs -name '.cargo-rdme.toml' -type f); do
2626
crate_dir=$(dirname "$toml")

0 commit comments

Comments
 (0)