Skip to content

Commit be6feb6

Browse files
committed
Fix: Update to latest cargo-dist.
1 parent 35cff1f commit be6feb6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was autogenerated by dist: https://opensource.axo.dev/cargo-dist/
1+
# This file was autogenerated by dist: https://axodotdev.github.io/cargo-dist
22
#
33
# Copyright 2022-2024, axodotdev
44
# SPDX-License-Identifier: MIT or Apache-2.0
@@ -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.28.1-prerelease.2/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:

server/dist-workspace.toml

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

0 commit comments

Comments
 (0)