Skip to content

Commit

Permalink
chore: Update cargo-dist to 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mchernicoff committed Aug 20, 2024
1 parent 7be577e commit b7417f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# we specify bash to get pipefail; it guards against the `curl` command
# failing. otherwise `sh` won't catch that `curl` returned non-0
shell: bash
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.18.1-prerelease.1/cargo-dist-installer.sh | sh"
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.21.0/cargo-dist-installer.sh | sh"
- name: Cache cargo-dist
uses: actions/upload-artifact@v4
with:
Expand Down
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ default-members = ["hipcheck"]
# Config for 'cargo dist'
[workspace.metadata.dist]
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.18.1-prerelease.1"
cargo-dist-version = "0.21.0"
# CI backends to support
ci = "github"
# The installers to generate for each app
Expand All @@ -40,6 +40,8 @@ pr-run-mode = "plan"
install-updater = true
# Extra static files to include in each App (path relative to this Cargo.toml's dir)
include = ["config/", "scripts/"]
# Path that installers should place binaries in
install-path = "CARGO_HOME"


# The profile that 'cargo dist' will build with
Expand Down

0 comments on commit b7417f3

Please sign in to comment.