#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
@@ -3,3 +3,4 @@

  /futures-task-0.3.4.crate

  /futures-task-0.3.5.crate

  /futures-task-0.3.6.crate

+ /futures-task-0.3.7.crate

file modified
+5 -2
@@ -1,12 +1,12 @@

  # Generated by rust2rpm 13

- # * Cyclic dependency with futures

+ # dependency loop with futures

  %bcond_with check

  %global debug_package %{nil}

  

  %global crate futures-task

  

  Name:           rust-%{crate}

- Version:        0.3.6

+ Version:        0.3.7

  Release:        1%{?dist}

  Summary:        Tools for working with tasks

  
@@ -131,6 +131,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-task-0.3.6.crate) = 0617fb23da9c32505e1dfed0b3a8c09e0c222077c0ab488deede6301e45b5e9b147d590e24089a02c4a5bcbc69235ee3d5d576262dd6fa025d26e47f308577c4

+ SHA512 (futures-task-0.3.7.crate) = 80caaf5977134436b6019edb97fd9decc55961a85cdca3e63433a12f47be8d5960e8e1660e716772040aa5418d944ffa42e2502f23a9cb124c761d4684d328ef

no initial comment

Pull-Request has been merged by decathorpe

3 years ago