File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8383 for manifest in "${!manifests[@]}"; do
8484 echo "Refreshing lockfile for $manifest"
8585 cargo metadata \
86- --config build.rustc="rustc" \
87- --config build.rustc-wrapper="" \
88- --config build.rustc-workspace-wrapper="" \
86+ --config ' build.rustc="rustc"' \
87+ --config ' build.rustc-wrapper=""' \
88+ --config ' build.rustc-workspace-wrapper=""' \
8989 --format-version 1 \
9090 --all-features \
9191 --manifest-path "$manifest" > /dev/null
9494 if [[ -n "${manifests[Cargo.toml]+x}" ]]; then
9595 echo "Refreshing lockfile for tests/ensure_no_std/Cargo.toml (thumbv7m-none-eabi)"
9696 cargo metadata \
97- --config build.rustc="rustc" \
98- --config build.rustc-wrapper="" \
99- --config build.rustc-workspace-wrapper="" \
97+ --config ' build.rustc="rustc"' \
98+ --config ' build.rustc-wrapper=""' \
99+ --config ' build.rustc-workspace-wrapper=""' \
100100 --format-version 1 \
101101 --manifest-path tests/ensure_no_std/Cargo.toml \
102102 --filter-platform thumbv7m-none-eabi > /dev/null
You can’t perform that action at this time.
0 commit comments