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

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

  /mio-0.6.21.crate

  /mio-0.7.0.crate

  /mio-0.7.1.crate

+ /mio-0.7.2.crate

file modified
+3 -3
@@ -1,6 +1,6 @@

- --- mio-0.7.1/Cargo.toml	2020-09-29T17:56:12+00:00

- +++ mio-0.7.1/Cargo.toml	2020-10-01T10:15:41.356114+00:00

- @@ -57,12 +57,3 @@

+ --- mio-0.7.2/Cargo.toml	2020-10-02T08:07:03+00:00

+ +++ mio-0.7.2/Cargo.toml	2020-10-07T11:43:21.105328+00:00

+ @@ -60,12 +60,3 @@

   uds = []

   [target."cfg(unix)".dependencies.libc]

   version = "0.2.69"

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

  %global crate mio

  

  Name:           rust-%{crate}

- Version:        0.7.1

+ Version:        0.7.2

  Release:        1%{?dist}

  Summary:        Lightweight non-blocking IO

  
@@ -147,6 +147,9 @@

  %endif

  

  %changelog

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

+ - Update to version 0.7.2.

+ 

  * Thu Oct 01 2020 Fabio Valentini <decathorpe@gmail.com> - 0.7.1-1

  - Update to version 0.7.1.

  

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

- SHA512 (mio-0.7.1.crate) = 4f7e8d726c750ce821aa56934dc8ce3e39d08166ab211f8ea978938dd6109d181f4f07ac0d8c614e60c78b547ae1e21de3d3cb67aaf2e735f323ad537c62cfcd

+ SHA512 (mio-0.7.2.crate) = d15cc71fbb23bbe2f6eac08589619ed7ff5892dde8df2d2f808fffacfd452e9c114dc5556e18216c8cab8bae23d38fb54f544508c485105fb472c201a429b496

no initial comment

Pull-Request has been merged by decathorpe

3 years ago