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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 # we specify bash to get pipefail; it guards against the `curl` command
# failing. otherwise `sh` won't catch that `curl` returned non-0 # failing. otherwise `sh` won't catch that `curl` returned non-0
shell: bash 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 - name: Cache dist
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:

2
Cargo.lock generated
View File

@ -289,7 +289,7 @@ dependencies = [
"self-replace", "self-replace",
"serde", "serde",
"tempfile", "tempfile",
"thiserror 2.0.7", "thiserror 2.0.9",
"tokio", "tokio",
"url", "url",
] ]

View File

@ -282,7 +282,7 @@ inherits = "release"
# Config for 'dist' # Config for 'dist'
[workspace.metadata.dist] [workspace.metadata.dist]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax) # The preferred dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.25.2-prerelease.3" cargo-dist-version = "0.27.0"
# CI backends to support # CI backends to support
ci = "github" ci = "github"
# The installers to generate for each app # The installers to generate for each app