Skip to content

Commit 6ad4cb8

Browse files
committed
Update cargo dist version
1 parent 0dfdc1e commit 6ad4cb8

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This file was autogenerated by cargo-dist: https://opensource.axo.dev/cargo-dist/
2+
#
13
# Copyright 2022-2024, axodotdev
24
# SPDX-License-Identifier: MIT or Apache-2.0
35
#
@@ -61,7 +63,7 @@ jobs:
6163
# we specify bash to get pipefail; it guards against the `curl` command
6264
# failing. otherwise `sh` won't catch that `curl` returned non-0
6365
shell: bash
64-
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.18.0/cargo-dist-installer.sh | sh"
66+
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.22.1/cargo-dist-installer.sh | sh"
6567
- name: Cache cargo-dist
6668
uses: actions/upload-artifact@v4
6769
with:

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ resolver = "2"
1212
# Config for 'cargo dist'
1313
[workspace.metadata.dist]
1414
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
15-
cargo-dist-version = "0.18.0"
15+
cargo-dist-version = "0.22.1"
1616
# CI backends to support
1717
ci = "github"
1818
# The installers to generate for each app
1919
installers = []
2020
# Target platforms to build apps for (Rust target-triple syntax)
2121
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
22-
# Publish jobs to run in CI
22+
# Which actions to run on pull requests
2323
pr-run-mode = "plan"
2424

2525
# Use release optimization of some of the performance sensitive crates even for debug builds.

0 commit comments

Comments
 (0)