Bump edition to now stable 2024 edition (shiny!).

This commit is contained in:
2025-02-23 11:52:54 +00:00
parent 9f83c5f295
commit b8aa203c05
14 changed files with 214 additions and 171 deletions
+5 -2
View File
@@ -4,12 +4,15 @@ resolver = "2"
[workspace.package]
version = "0.1.0"
edition = "2021"
authors = ["The Foundry OS contributors"]
edition = "2024"
authors = ["The FoundryOS Contributors"]
[profile.dev]
opt-level = "z"
debug = true
# Leave this on to force Cargo to use the debug runner,
# which adds the necessary flags for GDB debugging if you
# set $USE_GDB (to any value) e.g. USE_GDB=1 cargo run
debug-assertions = true
overflow-checks = true
lto = false