summaryrefslogtreecommitdiff
path: root/crates/Cargo.toml
diff options
context:
space:
mode:
authorNathan Ringo <nathan@remexre.com>2024-09-01 12:26:47 -0500
committerNathan Ringo <nathan@remexre.com>2024-09-01 12:26:47 -0500
commit8b50585b5f15cb52fdb584af5dd4536b9839a802 (patch)
treedc9e52930cdd934bcfff97c083fb187d6c0ea08f /crates/Cargo.toml
parentac876162d111ced97969f5e17accb5d4aec789f6 (diff)
Fix UB.
Diffstat (limited to 'crates/Cargo.toml')
-rw-r--r--crates/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"