diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-09-15 03:25:30 -0500 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-09-15 03:25:30 -0500 |
commit | 49bf92a7aaf10a4777ea512303e442588f4ce2e5 (patch) | |
tree | 2ad6e4baf4ea0c2e728a5c103139da520e32f378 /crates/alloc_vma_tree/Cargo.toml | |
parent | fc918ea68d536fa9f219e7b4decdae1f561c9886 (diff) |
Start of serious allocator work.
Diffstat (limited to 'crates/alloc_vma_tree/Cargo.toml')
-rw-r--r-- | crates/alloc_vma_tree/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/alloc_vma_tree/Cargo.toml b/crates/alloc_vma_tree/Cargo.toml index 20b1189..a927769 100644 --- a/crates/alloc_vma_tree/Cargo.toml +++ b/crates/alloc_vma_tree/Cargo.toml @@ -7,6 +7,4 @@ publish = false [dependencies] allocator-api2 = { version = "0.2.18", default-features = false } contracts = { version = "0.6.3", default-features = false } -ghost-cell = { version = "0.2.6", default-features = false } -static-rc = { version = "0.6.1", default-features = false } vernos_utils = { path = "../utils" } |