diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 759e9b9..361a011 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,3 +1,6 @@ +[profile.release] +lto = "thin" + [lints.rust] ambiguous_negative_literals = "warn" closure_returning_async_block = "warn"