diff --git a/Cargo.toml b/Cargo.toml index 55305b6..481c713 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [profile.release] -lto = true +lto = "thin" [dependencies] actix = "0.13.1"