Skip to content

Commit 76d5c98

Browse files
committed
dist-workspace updated through �[?25h
1 parent 1965292 commit 76d5c98

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,13 @@ jobs:
6060
steps:
6161
- uses: actions/checkout@v4
6262
with:
63+
persist-credentials: false
6364
submodules: recursive
6465
- name: Install dist
6566
# we specify bash to get pipefail; it guards against the `curl` command
6667
# failing. otherwise `sh` won't catch that `curl` returned non-0
6768
shell: bash
68-
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.28.2/cargo-dist-installer.sh | sh"
69+
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.29.0/cargo-dist-installer.sh | sh"
6970
- name: Cache dist
7071
uses: actions/upload-artifact@v4
7172
with:
@@ -119,6 +120,7 @@ jobs:
119120
git config --global core.longpaths true
120121
- uses: actions/checkout@v4
121122
with:
123+
persist-credentials: false
122124
submodules: recursive
123125
- name: Install Rust non-interactively if not already installed
124126
if: ${{ matrix.container }}
@@ -188,6 +190,7 @@ jobs:
188190
steps:
189191
- uses: actions/checkout@v4
190192
with:
193+
persist-credentials: false
191194
submodules: recursive
192195
- name: Install cached dist
193196
uses: actions/download-artifact@v4
@@ -261,6 +264,7 @@ jobs:
261264
steps:
262265
- uses: actions/checkout@v4
263266
with:
267+
persist-credentials: false
264268
submodules: recursive
265269
- name: Install cached dist
266270
uses: actions/download-artifact@v4
@@ -325,4 +329,5 @@ jobs:
325329
steps:
326330
- uses: actions/checkout@v4
327331
with:
332+
persist-credentials: false
328333
submodules: recursive

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["cargo:."]
44
# Config for 'dist'
55
[dist]
66
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
7-
cargo-dist-version = "0.28.2"
7+
cargo-dist-version = "0.29.0"
88
# CI backends to support
99
ci = "github"
1010
# The installers to generate for each app

0 commit comments

Comments
 (0)