update to version 0.2.91

epel9
Fabio Valentini 4 years ago
parent 61703ab2d1
commit 844f41e298
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -43,3 +43,4 @@
/libc-0.2.86.crate
/libc-0.2.87.crate
/libc-0.2.90.crate
/libc-0.2.91.crate

@ -5,7 +5,7 @@
%global crate libc
Name: rust-%{crate}
Version: 0.2.90
Version: 0.2.91
Release: 1%{?dist}
Summary: Raw FFI bindings to platform libraries like libc
@ -121,6 +121,10 @@ which use "use_std" feature of "%{crate}" crate.
%endif
%changelog
* Fri Mar 26 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.91-1
- Update to version 0.2.91.
- Fixes RHBZ#1941900
* Sun Mar 21 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.90-1
- Update to version 0.2.90.
- Fixes RHBZ#1935896

@ -1 +1 @@
SHA512 (libc-0.2.90.crate) = c05c409c5afb55aca064db78a79b197081ec38a57989f0eb8c3f3095a400f1f298cccbb8132030e3532058e40aa32d1fdabbe2fcfd3437a0e5bc2c9122f88f0f
SHA512 (libc-0.2.91.crate) = 47304536cec82634b2e8fc6d91db50ffca62f7396b9e0410e1c3e144509a94fa1d10eae07be2d5602114eae87c7a15036d1359b579ae5014e8048cedc7b3ef72

Loading…
Cancel
Save