fix(rust): use thin LTO

This commit is contained in:
2026-07-04 04:47:04 +02:00
parent e910196676
commit 4479c1919c
+3
View File
@@ -1,3 +1,6 @@
[profile.release]
lto = "thin"
[lints.rust]
ambiguous_negative_literals = "warn"
closure_returning_async_block = "warn"