Update to 1.2.0

epel9
Josh Stone 5 years ago
parent 35afad8273
commit 764ed67eb2

1
.gitignore vendored

@ -12,3 +12,4 @@
/smallvec-0.6.10.crate /smallvec-0.6.10.crate
/smallvec-1.0.0.crate /smallvec-1.0.0.crate
/smallvec-1.1.0.crate /smallvec-1.1.0.crate
/smallvec-1.2.0.crate

@ -5,7 +5,7 @@
%global crate smallvec %global crate smallvec
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.1.0 Version: 1.2.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 Jan 30 2020 Josh Stone <jistone@redhat.com> - 1.2.0-1
- Update to 1.2.0
* Fri Dec 27 08:27:43 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.0-1 * Fri Dec 27 08:27:43 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.0-1
- Update to 1.0.0 - Update to 1.0.0

@ -1 +1 @@
SHA512 (smallvec-1.1.0.crate) = 78e1ce9b80f59254eec3d9b9788bcb7c4c63992dee0ba0da577c2862884e0c6b6fe7517f79cf3128527d7ec5d2d339de6fb79ce1fcdd4341dd2457d7dec7ea94 SHA512 (smallvec-1.2.0.crate) = ad89826c1e999c63feb6d481e7ca3110831a08491ff8fc66825e92ad003a06b40033b365ba628c4707df06a3ac2c0d3b71e327c1caa4dc86f48150515031e52f

Loading…
Cancel
Save