diff --git a/Cargo.toml b/Cargo.toml index 66458223..e81d97a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -197,6 +197,8 @@ lto = "thin" [workspace.metadata.dist] # The preferred dist version to use in CI (Cargo.toml SemVer syntax) cargo-dist-version = "0.30.3" +# Ignore out-of-date generated CI so custom release.yml jobs are allowed +allow-dirty = ["ci"] # CI backends to support ci = "github" # The installers to generate for each app