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

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

  /proc-macro2-1.0.18.crate

  /proc-macro2-1.0.19.crate

  /proc-macro2-1.0.21.crate

+ /proc-macro2-1.0.24.crate

file modified
+5 -2
@@ -6,9 +6,9 @@

  %global crate proc-macro2

  

  Name:           rust-%{crate}

- Version:        1.0.21

+ Version:        1.0.24

  Release:        1%{?dist}

- Summary:        Substitute implementation of the compiler's `proc_macro` API

+ Summary:        Substitute implementation of the Rust compiler's proc_macro API

  

  # Upstream license specification: MIT OR Apache-2.0

  License:        MIT or ASL 2.0
@@ -109,6 +109,9 @@

  %endif

  

  %changelog

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

+ - Update to version 1.0.24.

+ 

  * Wed Sep 09 2020 Josh Stone <jistone@redhat.com> - 1.0.21-1

  - Update to 1.0.21

  

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

- SHA512 (proc-macro2-1.0.21.crate) = bc8ca2254c43c5d0eb799cab503fa89ff49d8e98aba5c9c1f960efd5286dd217351eac6774bdd96fbc392290c8de62ecaf4a6ed1e300715ff014ffd9326f9ae4

+ SHA512 (proc-macro2-1.0.24.crate) = c3d23a5136c55d734084ce1d76d54f237fc1003074af102c2ad96d851ac496ffc7513ddc505a68af4051c9d6de09725a0ecb6e76ebcdd77a1c056f8f9242c9be

no initial comment

Pull-Request has been merged by decathorpe

3 years ago