chore: update workspace dist config

This commit is contained in:
Stevan Freeborn
2026-03-12 05:51:24 -05:00
parent e5c012cfe9
commit e098a0d39f
+2 -7
View File
@@ -1,17 +1,12 @@
[workspace] [workspace]
members = ["cargo:."] members = ["cargo:."]
# Config for 'dist'
[dist] [dist]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.31.0" cargo-dist-version = "0.31.0"
# CI backends to support
ci = "github" ci = "github"
# The installers to generate for each app
installers = ["shell", "powershell"] installers = ["shell", "powershell"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-pc-windows-msvc", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"] targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-pc-windows-msvc", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
# Path that installers should place binaries in
install-path = "CARGO_HOME" install-path = "CARGO_HOME"
# Whether to install an updater program
install-updater = false install-updater = false
allow-dirty = ["ci"]