termux-packages/packages/nushell/Cargo.toml.patch

23 lines
508 B
Diff
Raw Normal View History

2020-07-27 09:53:45 +02:00
diff --git a/Cargo.toml b/Cargo.toml
index ddc8f2a8..5a269394 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,7 +51,7 @@ dunce = "1.0.1"
futures = {version = "0.3", features = ["compat", "io-compat"]}
log = "0.4.8"
pretty_env_logger = "0.4.0"
-starship = "0.43.0"
+#starship = "0.43.0"
2020-04-28 09:01:16 +02:00
2020-07-27 09:53:45 +02:00
[dev-dependencies]
nu-test-support = {version = "0.17.0", path = "./crates/nu-test-support"}
@@ -63,8 +63,6 @@ toml = "0.5.6"
2020-04-28 09:01:16 +02:00
2020-07-27 09:53:45 +02:00
[features]
default = [
- "sys",
- "ps",
"textview",
"inc",
"git-support",