File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 65
65
# we specify bash to get pipefail; it guards against the `curl` command
66
66
# failing. otherwise `sh` won't catch that `curl` returned non-0
67
67
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"
69
69
- name : Cache cargo-dist
70
70
uses : actions/upload-artifact@v4
71
71
with :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ homepage = "https://omnibor.io"
16
16
# Config for 'cargo dist'
17
17
[workspace .metadata .dist ]
18
18
# 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"
20
20
# CI backends to support
21
21
ci = " github"
22
22
# The installers to generate for each app
You can’t perform that action at this time.
0 commit comments