diff --git a/Cargo.toml b/Cargo.toml index 156d6dc93..1b923f638 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ tracing = "0.1.40" # Config for 'cargo dist' [workspace.metadata.dist] # The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax) -cargo-dist-version = "0.3.0" +cargo-dist-version = "0.4.0" # CI backends to support ci = ["github"] # Target platforms to build apps for (Rust target-triple syntax) @@ -51,6 +51,7 @@ targets = [ "x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin", + "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc", ] # The installers to generate for each app @@ -59,6 +60,7 @@ installers = [] install-path = "~/.proto/bin" # Publish jobs to run in CI pr-run-mode = "plan" +# Skip checking whether the specified configuration files are up to date allow-dirty = ["ci"] [profile.dist]