Skip to content

Commit f0722db

Browse files
committed
Update: latest version of dist
1 parent c27d3d2 commit f0722db

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
@@ -63,7 +63,7 @@ jobs:
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.27.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"
6767
- name: Cache dist
6868
uses: actions/upload-artifact@v4
6969
with:

server/dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ members = ["cargo:."]
2323
# Config for 'dist'
2424
[dist]
2525
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
26-
cargo-dist-version = "0.27.1"
26+
cargo-dist-version = "0.28.0"
2727
# Extra static files to include in each App (path relative to this Cargo.toml's dir)
2828
include = ["log4rs.yml", "hashLocations.json", "../client/static"]
2929
# The installers to generate for each app

0 commit comments

Comments
 (0)