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

21 lines
484 B
Diff
Raw Normal View History

2020-08-13 10:15:52 +02:00
diff -u -r ../nushell-0.18.1/Cargo.toml ./Cargo.toml
--- ../nushell-0.18.1/Cargo.toml 2020-08-12 03:59:28.000000000 +0000
+++ ./Cargo.toml 2020-08-13 08:02:58.145134000 +0000
@@ -53,7 +53,6 @@
2020-07-27 09:53:45 +02:00
log = "0.4.8"
pretty_env_logger = "0.4.0"
2020-08-13 10:15:52 +02:00
quick-xml = "0.18.1"
2020-07-27 09:53:45 +02:00
-starship = "0.43.0"
2020-04-28 09:01:16 +02:00
2020-07-27 09:53:45 +02:00
[dev-dependencies]
2020-08-13 10:15:52 +02:00
nu-test-support = {version = "0.18.1", path = "./crates/nu-test-support"}
@@ -64,8 +63,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",