Formatted random JSON file whoops

This commit is contained in:
2025-02-22 03:59:28 +00:00
parent 28afe25cca
commit c1a8afb836
2 changed files with 6 additions and 5 deletions
+4 -4
View File
@@ -1,10 +1,11 @@
[workspace]
members = [
members = [
"lib/lib_framebuffer",
"lib/lib_serial",
"lib/lib_ascii",
"kernel"
, "lib/lib_application"]
"kernel",
"lib/lib_application",
]
resolver = "2"
[workspace.package]
@@ -28,4 +29,3 @@ overflow-checks = false
lto = true
incremental = false
codegen-units = 1
+2 -1
View File
@@ -24,7 +24,8 @@
"--no-pie",
"--gc-sections",
"--build-id=none",
"-z", "max-page-size=0x1000"
"-z",
"max-page-size=0x1000"
]
}
}