update to version 0.5.4

epel9
Fabio Valentini 4 years ago
parent 2ed44d4cf9
commit dbec7bb65b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/linked-hash-map-0.5.1.crate /linked-hash-map-0.5.1.crate
/linked-hash-map-0.5.2.crate /linked-hash-map-0.5.2.crate
/linked-hash-map-0.5.3.crate /linked-hash-map-0.5.3.crate
/linked-hash-map-0.5.4.crate

@ -1,5 +1,5 @@
--- linked-hash-map-0.5.2/Cargo.toml 1970-01-01T00:00:00+00:00 --- linked-hash-map-0.5.4/Cargo.toml 2021-01-08T19:53:35+00:00
+++ linked-hash-map-0.5.2/Cargo.toml 2019-03-21T06:55:21.953259+00:00 +++ linked-hash-map-0.5.4/Cargo.toml 2021-01-09T19:22:50.350163+00:00
@@ -34,11 +34,10 @@ @@ -34,11 +34,10 @@
version = "1.0" version = "1.0"
optional = true optional = true

@ -1,12 +1,12 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate linked-hash-map %global crate linked-hash-map
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.5.3 Version: 0.5.4
Release: 3%{?dist} Release: 1%{?dist}
Summary: HashMap wrapper that holds key-value pairs in insertion order Summary: HashMap wrapper that holds key-value pairs in insertion order
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -134,6 +134,10 @@ which use "serde_impl" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Jan 09 2021 Fabio Valentini <decathorpe@gmail.com> - 0.5.4-1
- Update to version 0.5.4.
- Fixes RHBZ#1914435
* Wed Dec 02 2020 Fabio Valentini <decathorpe@gmail.com> - 0.5.3-3 * Wed Dec 02 2020 Fabio Valentini <decathorpe@gmail.com> - 0.5.3-3
- Remove feature with missing dependencies (clippy). - Remove feature with missing dependencies (clippy).

@ -1 +1 @@
SHA512 (linked-hash-map-0.5.3.crate) = 90ec22fcd830ccfdefd1f7c480c5cebd5e95c822e0c28fff9ccf00bfbdda080c17a722697fdc991ee04a4a32e974309440a91284bc13c9ee70284e4e247d33b1 SHA512 (linked-hash-map-0.5.4.crate) = 2938883357ec0e7d9c9fc5746063ae419c97250ddceeb8de3480c89e97e0a29d175cc9199bdb3ddf81cd5d6a2a1e319ee1644a7309eea96058221074cf87c0b6

Loading…
Cancel
Save