Skip to content

Commit 9c6eefb

Browse files
committed
fix: update cargo-dist to 0.30.1 for macOS runner compatibility
The macOS-13 runner is now retired. cargo-dist 0.30.1 uses: - macos-14 for aarch64-apple-darwin - macos-15-intel for x86_64-apple-darwin
1 parent 9d4067e commit 9c6eefb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,12 @@ documentation = "https://docs.rs/redisctl"
3030
# Config for 'dist'
3131
[workspace.metadata.dist]
3232
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
33-
cargo-dist-version = "0.29.0"
33+
cargo-dist-version = "0.30.1"
3434
# CI backends to support
3535
ci = "github"
3636
# The installers to generate for each app
3737
installers = ["shell", "powershell"]
3838
# Target platforms to build apps for (Rust target-triple syntax)
39-
# Note: x86_64-unknown-linux-musl removed due to keyring incompatibility with musl
4039
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
4140
# Which actions to run on pull requests
4241
pr-run-mode = "plan"
@@ -46,7 +45,7 @@ create-release = true
4645
install-path = "CARGO_HOME"
4746
# Whether to install an updater program
4847
install-updater = false
49-
# Allow custom modifications to generated CI files
48+
# Skip checking whether the specified configuration files are up to date
5049
allow-dirty = ["ci"]
5150

5251
[workspace.dependencies]

0 commit comments

Comments
 (0)