update to version 1.6.1

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

1
.gitignore vendored

@ -20,3 +20,4 @@
/smallvec-1.5.0.crate
/smallvec-1.5.1.crate
/smallvec-1.6.0.crate
/smallvec-1.6.1.crate

@ -5,7 +5,7 @@
%global crate smallvec
Name: rust-%{crate}
Version: 1.6.0
Version: 1.6.1
Release: 1%{?dist}
Summary: 'Small vector' optimization: store up to a small number of items on the stack
@ -143,6 +143,10 @@ which use "write" feature of "%{crate}" crate.
%endif
%changelog
* Sat Jan 09 2021 Fabio Valentini <decathorpe@gmail.com> - 1.6.1-1
- Update to version 1.6.1.
- Fixes RHBZ#1914410
* Fri Jan 01 15:06:38 CET 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.6.0-1
- Update to 1.6.0 (Fixes: RHBZ#1911860)

@ -1 +1 @@
SHA512 (smallvec-1.6.0.crate) = 717e1420ea083cb0606cda30db081fd2b4ee14bfef3cda9046f79bf3406d861c0c09d8d6ebbcfa245f60ddf6b6709ca817ad599d5d504a89b665a85879d396e2
SHA512 (smallvec-1.6.1.crate) = 9e6061c8211a4485ab54eb541adf40748e1fc3fdfab0849e38e5fd34fc6cc69ae78bd065b788692385a6b8157b031c2fe373900e13d3e56e94fc08d574edaaad

Loading…
Cancel
Save