From e098a0d39f982c59a3b3d2864da1fcfbebbce82c Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Thu, 12 Mar 2026 05:51:24 -0500 Subject: [PATCH] chore: update workspace dist config --- dist-workspace.toml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/dist-workspace.toml b/dist-workspace.toml index 1a9c4dc..c84253d 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -1,17 +1,12 @@ [workspace] members = ["cargo:."] -# Config for 'dist' [dist] -# The preferred dist version to use in CI (Cargo.toml SemVer syntax) cargo-dist-version = "0.31.0" -# CI backends to support ci = "github" -# The installers to generate for each app 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"] -# Path that installers should place binaries in install-path = "CARGO_HOME" -# Whether to install an updater program install-updater = false +allow-dirty = ["ci"] +