update to version 0.4.4

epel9
Fabio Valentini 4 years ago
parent 8ac9028f0c
commit 6805081f44
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/lock_api-0.4.1.crate
/lock_api-0.4.2.crate
/lock_api-0.4.3.crate
/lock_api-0.4.4.crate

@ -5,7 +5,7 @@
%global crate lock_api
Name: rust-%{crate}
Version: 0.4.3
Version: 0.4.4
Release: 1%{?dist}
Summary: Wrappers to create fully-featured Mutex and RwLock types
@ -107,6 +107,10 @@ which use "serde" feature of "%{crate}" crate.
%endif
%changelog
* Thu May 13 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.4-1
- Update to version 0.4.4.
- Fixes RHBZ#1955853
* Fri Apr 30 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.3-1
- Update to version 0.4.3.
- Fixes RHBZ#1945995

@ -1 +1 @@
SHA512 (lock_api-0.4.3.crate) = 4dda8d993138efe0ffc94206c576e52a879a6cc4e90ffc98caabdfe720649a34c0fda206c4a7b6cc3a99140e619de1da05864218cff6f702e5540165d30573c5
SHA512 (lock_api-0.4.4.crate) = 655c8a1503b6e7f833b4c62109e1c5005727054847bff81e17d4159f91c02ac97512da0673ab227d17bc9ed0342fe3476247daf74cbc9a0b470e68c648ba706e

Loading…
Cancel
Save