diff options
author | Ren Kararou <[email protected]> | 2023-11-13 21:49:21 -0600 |
---|---|---|
committer | Ren Kararou <[email protected]> | 2023-11-13 21:49:21 -0600 |
commit | 5ef49f8dcd87a23a4f8b12eec24ce25f3ab9e2bd (patch) | |
tree | dc5b328b44f58ed4ced5fe0507c052b9df2f76c0 /Cargo.toml | |
parent | b65d0617bca7bf85970854c728c37d935421ea14 (diff) | |
download | k2spice-5ef49f8dcd87a23a4f8b12eec24ce25f3ab9e2bd.tar.gz k2spice-5ef49f8dcd87a23a4f8b12eec24ce25f3ab9e2bd.tar.bz2 k2spice-5ef49f8dcd87a23a4f8b12eec24ce25f3ab9e2bd.zip |
remove stretchgoal and update resolver
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
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", ] |