From b942306b299b9e57905f2b6adaa23a23addd77a0 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Thu, 12 Mar 2026 05:34:01 -0500 Subject: [PATCH] chore: update cargo toml to allow release workflow contents to not fail workflow --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 3bc178e..f6bfc73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,3 +14,4 @@ webbrowser = "1.1.0" [profile.dist] inherits = "release" lto = "thin" +allow-dirty = ["ci"]