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

15 lines
432 B
Diff
Raw Normal View History

2022-02-21 09:52:22 +01:00
See https://github.com/starship/starship/issues/3488
--- ./Cargo.toml.orig 2022-02-21 15:42:58.538685423 +0530
+++ ./Cargo.toml 2022-02-21 15:43:19.478685415 +0530
@@ -22,10 +22,6 @@
is-it-maintained-open-issues = { repository = "starship/starship" }
maintenance = { status = "actively-developed" }
-[features]
-default = ["battery"]
-battery = ["starship-battery"]
-
[dependencies]
ansi_term = "0.12.1"
byte-unit = "4.0.13"