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 63
63
# we specify bash to get pipefail; it guards against the `curl` command
64
64
# failing. otherwise `sh` won't catch that `curl` returned non-0
65
65
shell : bash
66
- run : " curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.26.1 /cargo-dist-installer.sh | sh"
66
+ run : " curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.28.0 /cargo-dist-installer.sh | sh"
67
67
- name : Cache dist
68
68
uses : actions/upload-artifact@v4
69
69
with :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ members = ["cargo:."]
4
4
# Config for 'dist'
5
5
[dist ]
6
6
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
7
- cargo-dist-version = " 0.26.1 "
7
+ cargo-dist-version = " 0.28.0 "
8
8
# CI backends to support
9
9
ci = " github"
10
10
# The installers to generate for each app
You can’t perform that action at this time.
0 commit comments