Skip to content

Commit 7f076c4

Browse files
committed
Bump cargo-dist
1 parent bb905f0 commit 7f076c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# we specify bash to get pipefail; it guards against the `curl` command
6363
# failing. otherwise `sh` won't catch that `curl` returned non-0
6464
shell: bash
65-
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.15.0/cargo-dist-installer.sh | sh"
65+
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.15.1/cargo-dist-installer.sh | sh"
6666
# sure would be cool if github gave us proper conditionals...
6767
# so here's a doubly-nested ternary-via-truthiness to try to provide the best possible
6868
# functionality based on whether this is a pull_request, and whether it's from a fork.
@@ -167,7 +167,7 @@ jobs:
167167
submodules: recursive
168168
- name: Install cargo-dist
169169
shell: bash
170-
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.15.0/cargo-dist-installer.sh | sh"
170+
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.15.1/cargo-dist-installer.sh | sh"
171171
# Get all the local artifacts for the global tasks to use (for e.g. checksums)
172172
- name: Fetch local artifacts
173173
uses: actions/download-artifact@v4
@@ -212,7 +212,7 @@ jobs:
212212
with:
213213
submodules: recursive
214214
- name: Install cargo-dist
215-
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.15.0/cargo-dist-installer.sh | sh"
215+
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.15.1/cargo-dist-installer.sh | sh"
216216
# Fetch artifacts from scratch-storage
217217
- name: Fetch artifacts
218218
uses: actions/download-artifact@v4

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ inherits = "release"
3737
# Config for 'cargo dist'
3838
[workspace.metadata.dist]
3939
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
40-
cargo-dist-version = "0.15.0"
40+
cargo-dist-version = "0.15.1"
4141
# CI backends to support
4242
ci = "github"
4343
# The installers to generate for each app

0 commit comments

Comments
 (0)