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
+4 -2
View File
@@ -1,7 +1,8 @@
[package]
name = "foundry_os"
version = "0.1.0"
edition = "2021"
edition.workspace = true
version.workspace = true
authors.workspace = true
[dependencies]
limine = "0.3.1"
@@ -20,3 +21,4 @@ default = []
[[bin]]
name = "kernel"
path = "src/main.rs"
test = false