Update to version 1.8.0

epel9
Jan Staněk 4 years ago
parent acc9138b63
commit 0822b3993a
No known key found for this signature in database
GPG Key ID: 2972F2037B243B6D

1
.gitignore vendored

@ -18,3 +18,4 @@
/once_cell-1.7.0.crate
/once_cell-1.7.1.crate
/once_cell-1.7.2.crate
/once_cell-1.8.0.crate

@ -5,7 +5,7 @@
%global crate once_cell
Name: rust-%{crate}
Version: 1.7.2
Version: 1.8.0
Release: 1%{?dist}
Summary: Single assignment cells and lazy values
@ -131,6 +131,9 @@ which use "unstable" feature of "%{crate}" crate.
%endif
%changelog
* Tue Jun 15 2021 Jan Staněk <jstanek@redhat.com> - 1.8.0-1
- Update to version 1.8.0
* Wed Mar 03 2021 Fabio Valentini <decathorpe@gmail.com> - 1.7.2-1
- Update to version 1.7.2.
- Fixes RHBZ#1934173

@ -1 +1 @@
SHA512 (once_cell-1.7.2.crate) = 30cf51249bb73e9881cfbc6a54ead7a3db709d560da8d420fd85cf248e66c727b92e8351b7c0c682913cff12b3f984684a272a69c965c56f8343948eb5a194d6
SHA512 (once_cell-1.8.0.crate) = 88e55c9433225ce85a08353168c87fca2237615482160a5c28f3ac17f06d48c63e0c21b5f7ef81f82ca133436e371802ea099453844f1c111003bcb6ba89e827

Loading…
Cancel
Save