2024 edition

This commit is contained in:
2025-02-21 22:49:07 -07:00
parent da9095f78d
commit 669b9d5845
+3 -2
View File
@@ -3,15 +3,16 @@ name = "rust"
version = "0.0.0" version = "0.0.0"
authors = [] authors = []
edition = "2021" edition = "2024"
license-file = "LICENSE.md" license-file = "LICENSE.md"
resolver = "2" resolver = "2"
rust-version = "1.59.0" rust-version = "1.85.0"
[workspace.lints.rust] [workspace.lints.rust]
unsafe_code = "forbid" unsafe_code = "forbid"
[profile.release] [profile.release]
codegen-units = 1
lto = "fat" lto = "fat"
opt-level = 3 opt-level = 3
strip = "debuginfo" strip = "debuginfo"