Skip to content

Commit 8c23691

Browse files
chore: update to latest cargo-dist
Signed-off-by: Andrew Lilley Brinker <alilleybrinker@gmail.com>
1 parent 6ac0480 commit 8c23691

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# we specify bash to get pipefail; it guards against the `curl` command
6666
# failing. otherwise `sh` won't catch that `curl` returned non-0
6767
shell: bash
68-
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.21.1/cargo-dist-installer.sh | sh"
68+
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.22.1/cargo-dist-installer.sh | sh"
6969
- name: Cache cargo-dist
7070
uses: actions/upload-artifact@v4
7171
with:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ homepage = "https://omnibor.io"
1616
# Config for 'cargo dist'
1717
[workspace.metadata.dist]
1818
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
19-
cargo-dist-version = "0.21.1"
19+
cargo-dist-version = "0.22.1"
2020
# CI backends to support
2121
ci = "github"
2222
# The installers to generate for each app

0 commit comments

Comments
 (0)