From d1b1da5ac1ecc37aefc9cef4af7be812f9ffdca4 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Tue, 24 Dec 2024 08:24:14 -0500 Subject: [PATCH] Upgrade cargo-dist to v0.27.0 (#10141) ## Summary Required peer to https://github.com/astral-sh/uv/pull/10115. --- .github/workflows/release.yml | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 57fdd91f7..7abb977d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/Cargo.lock b/Cargo.lock index 2ce80a179..adff71785 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -289,7 +289,7 @@ dependencies = [ "self-replace", "serde", "tempfile", - "thiserror 2.0.7", + "thiserror 2.0.9", "tokio", "url", ] diff --git a/Cargo.toml b/Cargo.toml index b7f088de8..902b7e4a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -282,7 +282,7 @@ inherits = "release" # Config for 'dist' [workspace.metadata.dist] # 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 = "github" # The installers to generate for each app