ostd: remove dead buddy_system_allocator dependency

cc https://github.com/asterinas/asterinas/issues/2480#issuecomment-3349718870
This commit is contained in:
zjp 2025-09-30 11:19:36 +08:00 committed by Tate, Hongliang Tian
parent d43fbd8f89
commit e7ef7d5947
2 changed files with 0 additions and 8 deletions

7
Cargo.lock generated
View File

@ -422,12 +422,6 @@ dependencies = [
"wyz",
]
[[package]]
name = "buddy_system_allocator"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7913f22349ffcfc6ca0ca9a656ec26cfbba538ed49c31a273dff2c5d1ea83d9"
[[package]]
name = "bytemuck"
version = "1.23.0"
@ -1308,7 +1302,6 @@ dependencies = [
"bit_field",
"bitflags 1.3.2",
"bitvec",
"buddy_system_allocator",
"cfg-if",
"fdt",
"gimli 0.28.1",

View File

@ -18,7 +18,6 @@ targets = ["x86_64-unknown-none"]
[dependencies]
align_ext = { path = "libs/align_ext", version = "0.1.0" }
bit_field = "0.10.1"
buddy_system_allocator = { version = "0.10", default-features = false, features = ["alloc"] }
bitflags = "1.3"
cfg-if = "1.0"
gimli = { version = "0.28", default-features = false, features = ["read-core"] }