diff --git a/scripts/cargo-for-all-lock-files.sh b/scripts/cargo-for-all-lock-files.sh index 01207f9b84..9a635853aa 100755 --- a/scripts/cargo-for-all-lock-files.sh +++ b/scripts/cargo-for-all-lock-files.sh @@ -26,7 +26,7 @@ if [[ -n $escape_marker && ${#shifted_args[@]} -gt 0 ]]; then done shifted_args=() else - files="$(git ls-files :**Cargo.lock | grep -vE 'programs/(librapay|move_loader)')" + files="$(git ls-files :**Cargo.lock)" fi for lock_file in $files; do