File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 62
62
# we specify bash to get pipefail; it guards against the `curl` command
63
63
# failing. otherwise `sh` won't catch that `curl` returned non-0
64
64
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"
66
66
# sure would be cool if github gave us proper conditionals...
67
67
# so here's a doubly-nested ternary-via-truthiness to try to provide the best possible
68
68
# functionality based on whether this is a pull_request, and whether it's from a fork.
@@ -167,7 +167,7 @@ jobs:
167
167
submodules : recursive
168
168
- name : Install cargo-dist
169
169
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"
171
171
# Get all the local artifacts for the global tasks to use (for e.g. checksums)
172
172
- name : Fetch local artifacts
173
173
uses : actions/download-artifact@v4
@@ -212,7 +212,7 @@ jobs:
212
212
with :
213
213
submodules : recursive
214
214
- 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"
216
216
# Fetch artifacts from scratch-storage
217
217
- name : Fetch artifacts
218
218
uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ inherits = "release"
37
37
# Config for 'cargo dist'
38
38
[workspace .metadata .dist ]
39
39
# 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 "
41
41
# CI backends to support
42
42
ci = " github"
43
43
# The installers to generate for each app
You can’t perform that action at this time.
0 commit comments