about summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRen Kararou <[email protected]>2023-11-13 21:49:21 -0600
committerRen Kararou <[email protected]>2023-11-13 21:49:21 -0600
commit5ef49f8dcd87a23a4f8b12eec24ce25f3ab9e2bd (patch)
treedc5b328b44f58ed4ced5fe0507c052b9df2f76c0 /Cargo.toml
parentb65d0617bca7bf85970854c728c37d935421ea14 (diff)
downloadk2spice-5ef49f8dcd87a23a4f8b12eec24ce25f3ab9e2bd.tar.gz
k2spice-5ef49f8dcd87a23a4f8b12eec24ce25f3ab9e2bd.tar.bz2
k2spice-5ef49f8dcd87a23a4f8b12eec24ce25f3ab9e2bd.zip
remove stretchgoal and update resolver
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",
 ]