Update to 0.6.4

epel9
Josh Stone 7 years ago
parent f9ced98f1d
commit 7aa232e366

1
.gitignore vendored

@ -3,3 +3,4 @@
/smallvec-0.6.1.crate
/smallvec-0.6.2.crate
/smallvec-0.6.3.crate
/smallvec-0.6.4.crate

@ -5,7 +5,7 @@
%global crate smallvec
Name: rust-%{crate}
Version: 0.6.3
Version: 0.6.4
Release: 1%{?dist}
Summary: 'Small vector' optimization: store up to a small number of items on the stack
@ -58,6 +58,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Tue Aug 07 2018 Josh Stone <jistone@redhat.com> - 0.6.4-1
- Update to 0.6.4
* Tue Jul 31 2018 Josh Stone <jistone@redhat.com> - 0.6.3-1
- Update to 0.6.3

@ -1 +1 @@
SHA512 (smallvec-0.6.3.crate) = 9bf05055ebdf0d38b972665bfde06ad160386955a55c541e5f853f279ecd9e0fa723eef21a565d90a6cf8c4e402dcc2477ddf1459f3c0021d9340a7dfd1cdebc
SHA512 (smallvec-0.6.4.crate) = 3f0cbf3fed9d3d7981bb9b6a7f7b5bac0a51b20575ad2ddf89b47fd0cffe8fd48c0e63563c498d9305b9bd46230ebc49fbcad8818d785380c2d37f9ee12f6d9b

Loading…
Cancel
Save