Update to 1.3.0

epel9
Josh Stone 5 years ago
parent 4e3c0c18fd
commit 269ae673b2

1
.gitignore vendored

@ -13,3 +13,4 @@
/smallvec-1.0.0.crate
/smallvec-1.1.0.crate
/smallvec-1.2.0.crate
/smallvec-1.3.0.crate

@ -5,7 +5,7 @@
%global crate smallvec
Name: rust-%{crate}
Version: 1.2.0
Version: 1.3.0
Release: 1%{?dist}
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
%changelog
* Wed Apr 08 2020 Josh Stone <jistone@redhat.com> - 1.3.0-1
- Update to 1.3.0
* Thu Jan 30 2020 Josh Stone <jistone@redhat.com> - 1.2.0-1
- Update to 1.2.0

@ -1 +1 @@
SHA512 (smallvec-1.2.0.crate) = ad89826c1e999c63feb6d481e7ca3110831a08491ff8fc66825e92ad003a06b40033b365ba628c4707df06a3ac2c0d3b71e327c1caa4dc86f48150515031e52f
SHA512 (smallvec-1.3.0.crate) = 3cb400f5f2e2a8619d6adb6b65e5b8515acddfb686c2545f66432ef279bca147cf4c55b09893a82bcb7f9f91c7c2b7099fa707da8939b1ac4a6b92326e7bb806

Loading…
Cancel
Save