about summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 490f945..bb63fd3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
 [workspace]
-
+resolver = "2"
 members = [
     # userspace commands
     "usr/src/mei/true",
@@ -7,6 +7,4 @@ members = [
     "usr/src/mei/yes",
     "usr/src/mei/echo",
     "usr/src/mei/printf",
-    # system
-    "usr/src/kei",
 ]