Update to 1.4.0

epel9
Josh Stone 5 years ago
parent 269ae673b2
commit a66bd42e75

1
.gitignore vendored

@ -14,3 +14,4 @@
/smallvec-1.1.0.crate /smallvec-1.1.0.crate
/smallvec-1.2.0.crate /smallvec-1.2.0.crate
/smallvec-1.3.0.crate /smallvec-1.3.0.crate
/smallvec-1.4.0.crate

@ -5,7 +5,7 @@
%global crate smallvec %global crate smallvec
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.3.0 Version: 1.4.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: 'Small vector' optimization: store up to a small number of items on the stack Summary: 'Small vector' optimization: store up to a small number of items on the stack
@ -131,6 +131,9 @@ which use "write" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Apr 23 2020 Josh Stone <jistone@redhat.com> - 1.4.0-1
- Update to 1.4.0
* Wed Apr 08 2020 Josh Stone <jistone@redhat.com> - 1.3.0-1 * Wed Apr 08 2020 Josh Stone <jistone@redhat.com> - 1.3.0-1
- Update to 1.3.0 - Update to 1.3.0

@ -1 +1 @@
SHA512 (smallvec-1.3.0.crate) = 3cb400f5f2e2a8619d6adb6b65e5b8515acddfb686c2545f66432ef279bca147cf4c55b09893a82bcb7f9f91c7c2b7099fa707da8939b1ac4a6b92326e7bb806 SHA512 (smallvec-1.4.0.crate) = 32a56d7055655ee7d4a6556afd63db7200c269a109ec3bee29fefce8bc75363762c3cf625aa3edd3b06a93046b8c64fea2036403b63ac0e764e08af78c936a63

Loading…
Cancel
Save