Skip to content

Commit 8aa5686

Browse files
authored
use astral-sh/cargo-dist instead (#17187)
1 parent e7684d3 commit 8aa5686

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# This file was autogenerated by dist: https://opensource.axo.dev/cargo-dist/
1+
# This file was autogenerated by dist: https://github.com/astral-sh/cargo-dist
22
#
3-
# Copyright 2022-2024, axodotdev
3+
# Copyright 2025 Astral Software Inc.
44
# SPDX-License-Identifier: MIT or Apache-2.0
55
#
66
# CI that:
@@ -66,7 +66,7 @@ jobs:
6666
# we specify bash to get pipefail; it guards against the `curl` command
6767
# failing. otherwise `sh` won't catch that `curl` returned non-0
6868
shell: bash
69-
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"
69+
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/cargo-dist/releases/download/v0.28.3/cargo-dist-installer.sh | sh"
7070
- name: Cache dist
7171
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
7272
with:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ inherits = "release"
272272
# Config for 'dist'
273273
[workspace.metadata.dist]
274274
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
275-
cargo-dist-version = "0.25.2-prerelease.3"
275+
cargo-dist-version = "0.28.3"
276276
# CI backends to support
277277
ci = "github"
278278
# The installers to generate for each app

0 commit comments

Comments
 (0)