Fredrik Fornwall
5 years ago
2 changed files with 14 additions and 2 deletions
@ -0,0 +1,12 @@ |
|||||
|
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…
Reference in new issue