From 27c9353eaabbb87b8bf2ad1ca19c7aad1767ed63 Mon Sep 17 00:00:00 2001 From: Illia Polosukhin Date: Sun, 22 Feb 2026 16:51:24 -0800 Subject: [PATCH] Ignore out-of-date generated CI so custom release.yml jobs are allowed --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) 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