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