Update to 0.9.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 9c167a754a
commit 5ee722d8de
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -1,3 +1,4 @@
/hkdf-0.7.0.crate /hkdf-0.7.0.crate
/hkdf-0.8.0.crate /hkdf-0.8.0.crate
/hkdf-0.9.0-alpha.0.crate /hkdf-0.9.0-alpha.0.crate
/hkdf-0.9.0.crate

@ -6,7 +6,7 @@
%global crate hkdf %global crate hkdf
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.9.0~alpha.0 Version: 0.9.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: HMAC-based Extract-and-Expand Key Derivation Function (HKDF) Summary: HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
@ -84,6 +84,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Jun 22 17:50:02 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.9.0-1
- Update to 0.9.0
* Sun Jun 21 18:27:14 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.9.0~alpha.0-1 * Sun Jun 21 18:27:14 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.9.0~alpha.0-1
- Update to 0.9.0-alpha.0 - Update to 0.9.0-alpha.0

@ -1 +1 @@
SHA512 (hkdf-0.9.0-alpha.0.crate) = 9a58d2112d8b9ef283e8a50b5da3e157695c9f9366d139c12731a1aebcc45493ef57f3bf69a9dc3f0e8911da912b06a5794e27a55d75d1481136a05944b65c47 SHA512 (hkdf-0.9.0.crate) = a41103276944488709fe18791367d95cb1dedceecb8e33d75c8a8b6582d02e0a8d41e7dd53a535b1cf7e91a90358a58bb97736f9f62f400f0d0277f26002d8d5

Loading…
Cancel
Save