Bump version to 1.4.3
This commit is contained in:
committed by
mergify[bot]
parent
a4ad2925a2
commit
53b074aa35
@@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
cargo="$(readlink -f "$(dirname "$0")/../cargo")"
|
||||
|
||||
shifted_args=()
|
||||
while [[ -n $1 ]]; do
|
||||
@@ -37,7 +38,7 @@ for lock_file in $files; do
|
||||
echo "--- [$lock_file]: cargo " "${shifted_args[@]}" "$@"
|
||||
fi
|
||||
|
||||
if (set -x && cd "$(dirname "$lock_file")" && cargo "${shifted_args[@]}" "$@"); then
|
||||
if (set -x && cd "$(dirname "$lock_file")" && "$cargo" "${shifted_args[@]}" "$@"); then
|
||||
# noop
|
||||
true
|
||||
else
|
||||
|
Reference in New Issue
Block a user