Browse Source

starship: remove Cargo.toml.patch

master
Leonid Plyushch 5 years ago
parent
commit
fb43ec294f
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 12
      packages/starship/Cargo.toml.patch

12
packages/starship/Cargo.toml.patch

@ -1,12 +0,0 @@
diff -u -r ../starship-0.33.1/Cargo.toml ./Cargo.toml
--- ../starship-0.33.1/Cargo.toml 2020-01-16 04:56:59.000000000 +0000
+++ ./Cargo.toml 2020-02-02 04:22:22.907429768 +0000
@@ -51,7 +51,7 @@
open = "1.3.2"
# OpenSSL causes problems when building a MUSL release. Opting to use native SSL implementation
# see: https://github.com/richfelker/musl-cross-make/issues/65#issuecomment-509790889
-reqwest = { version = "0.10.1", default-features = false, features = ["blocking", "rustls-tls"] }
+reqwest = { version = "0.10.1", default-features = false, features = ["blocking"] }
unicode-width = "0.1.7"
textwrap = "0.11.0"
term_size = "0.3.1"
Loading…
Cancel
Save