Skip to content

Commit 0117fbc

Browse files
committed
chore: update to cargo dist 0.30.0
1 parent 7500fd7 commit 0117fbc

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
@@ -66,7 +66,7 @@ jobs:
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:

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cargo-auditable = false
88
# Whether to use cargo-cyclonedx to generate an SBOM
99
cargo-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
1313
ci = "github"
1414
# Whether dist should create a Github Release or use an existing draft

0 commit comments

Comments
 (0)