diff --git a/Cargo.toml b/Cargo.toml index 67562e7..75126d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,14 +4,15 @@ resolver = "2" [workspace.package] authors = [] -edition = "2021" +edition = "2024" license-file = "LICENSE.md" -rust-version = "1.64.0" +rust-version = "1.85.0" [workspace.lints.rust] unsafe_code = "forbid" [profile.release] +codegen-units = 1 lto = "fat" opt-level = 3 strip = "debuginfo"