You've already forked rust-workspace
2024 edition
This commit is contained in:
+3
-2
@@ -4,14 +4,15 @@ resolver = "2"
|
|||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
authors = []
|
authors = []
|
||||||
edition = "2021"
|
edition = "2024"
|
||||||
license-file = "LICENSE.md"
|
license-file = "LICENSE.md"
|
||||||
rust-version = "1.64.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"
|
||||||
|
|||||||
Reference in New Issue
Block a user