Update to 0.2.13

epel9
Josh Stone 5 years ago
parent 440845e702
commit b5b173f384

1
.gitignore vendored

@ -8,3 +8,4 @@
/bstr-0.2.10.crate /bstr-0.2.10.crate
/bstr-0.2.11.crate /bstr-0.2.11.crate
/bstr-0.2.12.crate /bstr-0.2.12.crate
/bstr-0.2.13.crate

@ -5,7 +5,7 @@
%global crate bstr %global crate bstr
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.12 Version: 0.2.13
Release: 1%{?dist} Release: 1%{?dist}
Summary: String type that is not required to be valid UTF-8 Summary: String type that is not required to be valid UTF-8
@ -158,6 +158,9 @@ which use "unicode" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon May 11 2020 Josh Stone <jistone@redhat.com> - 0.2.13-1
- Update to 0.2.13
* Fri Mar 13 2020 Josh Stone <jistone@redhat.com> - 0.2.12-1 * Fri Mar 13 2020 Josh Stone <jistone@redhat.com> - 0.2.12-1
- Update to 0.2.12 - Update to 0.2.12

@ -1 +1 @@
SHA512 (bstr-0.2.12.crate) = 2d14ac85274814bb29439acf67c3aaf84ac32ad361dd6d2cbca58bf571c968f594eeb1443a632b625296929b84047652fc60ec39983c110737ba1950d88bce89 SHA512 (bstr-0.2.13.crate) = f1f778262269dfea6ba1cf953a5177107c2e1e838248a67588283ee11efa81adfa30498c7cfb20422e0955544a07d2a8f86c4eefc78e9f407a92be9591e26fe5

Loading…
Cancel
Save