Bump edition to now stable 2024 edition (shiny!).
This commit is contained in:
+5
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user