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 6666 # we specify bash to get pipefail; it guards against the `curl` command
6767 # failing. otherwise `sh` won't catch that `curl` returned non-0
6868 shell : bash
69- run : " curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.29 .0/cargo-dist-installer.sh | sh"
69+ run : " curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.30 .0/cargo-dist-installer.sh | sh"
7070 - name : Cache dist
7171 uses : actions/upload-artifact@v4
7272 with :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ cargo-auditable = false
88# Whether to use cargo-cyclonedx to generate an SBOM
99cargo-cyclonedx = true
1010# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
11- cargo-dist-version = " 0.29 .0"
11+ cargo-dist-version = " 0.30 .0"
1212# CI backends to support
1313ci = " github"
1414# Whether dist should create a Github Release or use an existing draft
You can’t perform that action at this time.
0 commit comments