#1 bump attohttpc to 0.15
Merged 3 years ago by decathorpe. Opened 3 years ago by decathorpe.
Unknown source master  into  master

file modified
+5 -1
@@ -5,7 +5,7 @@

  

  Name:           rust-%{crate}

  Version:        0.42.0

- Release:        4%{?dist}

+ Release:        5%{?dist}

  Summary:        Minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄🌌️

  

  # Upstream license specification: ISC
@@ -14,6 +14,7 @@

  Source:         %{crates_source}

  # Initial patched metadata

  # * No vendored

+ # * Bump attohttpc to 0.15 (already upstream)

  Patch0:         starship-fix-metadata.diff

  

  ExclusiveArch:  %{rust_arches}
@@ -148,6 +149,9 @@

  %endif

  

  %changelog

+ * Tue Sep 29 2020 Fabio Valentini <decathorpe@gmail.com> - 0.42.0-5

+ - Bump attohttpc to 0.15.

+ 

  * Sun Aug 16 15:01:50 GMT 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.42.0-4

  - Rebuild

  

file modified
+10 -1
@@ -1,6 +1,15 @@

  --- starship-0.41.3/Cargo.toml	2020-05-15T15:10:30+00:00

  +++ starship-0.41.3/Cargo.toml	2020-05-16T17:47:49.948287+00:00

- @@ -140,7 +140,6 @@

+ @@ -35,7 +35,7 @@ path = "src/main.rs"

+  version = "0.12.1"

+  

+  [dependencies.attohttpc]

+ -version = "0.14.0"

+ +version = "0.15.0"

+  features = ["tls", "form"]

+  optional = true

+  default-features = false

+ @@ -140,7 +140,6 @@ version = "3.1.0"

   [features]

   default = ["battery", "http"]

   http = ["attohttpc"]