Upgrade cargo-dist to v0.27.0 (#10141)

## Summary

Required peer to https://github.com/astral-sh/uv/pull/10115.
This commit is contained in:
Charlie Marsh
2024-12-24 08:24:14 -05:00
committed by GitHub
parent 7796a9cb3e
commit d1b1da5ac1
3 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ jobs:
# we specify bash to get pipefail; it guards against the `curl` command
# failing. otherwise `sh` won't catch that `curl` returned non-0
shell: bash
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.25.2-prerelease.3/cargo-dist-installer.sh | sh"
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.27.0/cargo-dist-installer.sh | sh"
- name: Cache dist
uses: actions/upload-artifact@v4
with: