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