14 lines
457 B
Diff
14 lines
457 B
Diff
|
diff --git a/Cargo.toml b/Cargo.toml
|
||
|
index 8e1e767b..36f5c442 100644
|
||
|
--- a/Cargo.toml
|
||
|
+++ b/Cargo.toml
|
||
|
@@ -61,7 +61,7 @@ nu-build = { version = "0.13.0", path = "./crates/nu-build" }
|
||
|
# Test executables
|
||
|
test-bins = []
|
||
|
|
||
|
-default = ["sys", "ps", "textview", "inc", "str"]
|
||
|
+default = ["textview", "inc", "str"]
|
||
|
stable = ["default", "starship-prompt", "binaryview", "match", "tree", "average", "post", "fetch", "clipboard-cli", "trash-support"]
|
||
|
|
||
|
# Default
|