#2 update to version 0.3.7
Merged 3 years ago by decathorpe. Opened 3 years ago by decathorpe.
Unknown source master  into  master

file modified
+1
@@ -5,3 +5,4 @@

  /futures-sink-0.3.4.crate

  /futures-sink-0.3.5.crate

  /futures-sink-0.3.6.crate

+ /futures-sink-0.3.7.crate

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

  %global crate futures-sink

  

  Name:           rust-%{crate}

- Version:        0.3.6

+ Version:        0.3.7

  Release:        1%{?dist}

  Summary:        Asynchronous `Sink` trait for the futures-rs library

  
@@ -94,6 +94,9 @@

  %endif

  

  %changelog

+ * Mon Oct 26 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.7-1

+ - Update to version 0.3.7.

+ 

  * Wed Oct 07 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.6-1

  - Update to version 0.3.6.

  

file modified
+1 -1
@@ -1,1 +1,1 @@

- SHA512 (futures-sink-0.3.6.crate) = cfd2486a965a3f98006c2e61708902f4031d2aa2145c00b0945baa71219b55066f7e75a47e33571a7774735f3d56161e216bccdbafc7173bfd4f9ec99e304bad

+ SHA512 (futures-sink-0.3.7.crate) = 1c0f8921beb91ba8d1f0aa2f906b8cd64ff3f603b76217e439f7a9a1600cce696c91b1f11b6edaea9f97398b9d35712d8fd86fb444435d1c491b730db9c243f7

no initial comment

Pull-Request has been merged by decathorpe

3 years ago