Bump and publish linux-bzimage crate series with OSTD and OSDK

This commit is contained in:
Zhang Junyang
2024-10-16 01:21:38 +08:00
committed by Tate, Hongliang Tian
parent e6d478c038
commit 3f1fa33b13
6 changed files with 17 additions and 13 deletions

View File

@ -16,7 +16,7 @@ path = "src/main.rs"
cfg-if = "1.0.0"
core2 = { version = "0.4.0", default-features = false, features = ["nightly"] }
libflate = { version = "2.1.0", default-features = false }
linux-boot-params = { path = "../boot-params", version = "0.1.0" }
linux-boot-params = { version = "0.1.0", path = "../boot-params" }
uart_16550 = "0.3.0"
xmas-elf = "0.9.1"