update to version 1.2.0

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

1
.gitignore vendored

@ -2,3 +2,4 @@
/tinyvec-1.0.1.crate
/tinyvec-1.1.0.crate
/tinyvec-1.1.1.crate
/tinyvec-1.2.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate tinyvec
Name: rust-%{crate}
Version: 1.1.1
Version: 1.2.0
Release: 1%{?dist}
Summary: 100% safe vec-like data structures
@ -168,6 +168,10 @@ which use "tinyvec_macros" feature of "%{crate}" crate.
%endif
%changelog
* Fri Apr 30 2021 Fabio Valentini <decathorpe@gmail.com> - 1.2.0-1
- Update to version 1.2.0.
- Fixes RHBZ#1946115
* Thu Mar 04 2021 Fabio Valentini <decathorpe@gmail.com> - 1.1.1-1
- Update to version 1.1.1.
- Fixes RHBZ#1920304

@ -1 +1 @@
SHA512 (tinyvec-1.1.1.crate) = de8de26bdb39d4b2255099b85c116a95b7f563f27549816d360a7cf68f04d3940745236aea4c73eeb86ed5427ae5f65d8936f0d60dae9b16076827134d77281e
SHA512 (tinyvec-1.2.0.crate) = eae5ef44a90995a3e7186e52c1d90447f677b9b6db2f4e120e5c32f2077f324f000a16474e347eae702b7fa2a487f3e5ff06baa2082f3904ecf404c27ceae74e

Loading…
Cancel
Save