From ec991590e4e3b92e407060410ff33525dc740988 Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Thu, 12 Sep 2024 18:14:13 -0500 Subject: Adds the start of a regular allocator, and some page table maintainence. --- crates/alloc_buddy/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/alloc_buddy/Cargo.toml') diff --git a/crates/alloc_buddy/Cargo.toml b/crates/alloc_buddy/Cargo.toml index 43e1cee..3d58409 100644 --- a/crates/alloc_buddy/Cargo.toml +++ b/crates/alloc_buddy/Cargo.toml @@ -7,7 +7,6 @@ publish = false [dependencies] allocator-api2 = { version = "0.2.18", default-features = false } contracts = { version = "0.6.3", default-features = false } -static_assertions = { version = "1.1.0", default-features = false } vernos_alloc_physmem_free_list = { path = "../alloc_physmem_free_list" } vernos_utils = { path = "../utils" } -- cgit v1.2.3