From 8b50585b5f15cb52fdb584af5dd4536b9839a802 Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Sun, 1 Sep 2024 12:26:47 -0500 Subject: Fix UB. --- crates/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/Cargo.toml') diff --git a/crates/Cargo.toml b/crates/Cargo.toml index 0911a19..79760cf 100644 --- a/crates/Cargo.toml +++ b/crates/Cargo.toml @@ -1,3 +1,3 @@ [workspace] -members = ["buddy_allocator", "physmem_free_list", "utils"] +members = ["buddy_allocator", "physmem_free_list"] resolver = "2" -- cgit v1.2.3