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 6363 # we specify bash to get pipefail; it guards against the `curl` command
6464 # failing. otherwise `sh` won't catch that `curl` returned non-0
6565 shell : bash
66- run : " curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.28.1 /cargo-dist-installer.sh | sh"
66+ run : " curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.28.2 /cargo-dist-installer.sh | sh"
6767 - name : Cache dist
6868 uses : actions/upload-artifact@v4
6969 with :
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ lto = true
6666# Config for 'dist'
6767[workspace .metadata .dist ]
6868# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
69- cargo-dist-version = " 0.28.1 "
69+ cargo-dist-version = " 0.28.2 "
7070# CI backends to support
7171ci = " github"
7272# The installers to generate for each app
You can’t perform that action at this time.
0 commit comments