chore: update cargo toml to allow release workflow contents to not fail workflow

This commit is contained in:
Stevan Freeborn
2026-03-12 05:34:01 -05:00
parent cfa70914a2
commit b942306b29
+1
View File
@@ -14,3 +14,4 @@ webbrowser = "1.1.0"
[profile.dist]
inherits = "release"
lto = "thin"
allow-dirty = ["ci"]