Skip to content

Commit f72ba13

Browse files
kernel: remove dependency on linked-list-alloc crate
Signed-off-by: Andy-Python-Programmer <[email protected]>
1 parent 0c9432d commit f72ba13

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

src/Cargo.lock

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/aero_kernel/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ features = ["no_std"]
4444
version = "1.4.0"
4545
features = ["spin_no_std"]
4646

47-
[dependencies.linked_list_allocator]
48-
version = "0.9.0"
49-
default-features = false
50-
features = ["const_mut_refs"]
51-
5247
[dependencies.aero_syscall]
5348
path = "../aero_syscall/"
5449

0 commit comments

Comments
 (0)