Update to 1.0.2

epel9
Jan Staněk 5 years ago
parent 54180da0ae
commit 2cc88beb82
No known key found for this signature in database
GPG Key ID: 2972F2037B243B6D

1
.gitignore vendored

@ -5,3 +5,4 @@
/once_cell-0.2.4.crate
/once_cell-0.2.6.crate
/once_cell-1.0.1.crate
/once_cell-1.0.2.crate

@ -5,7 +5,7 @@
%global crate once_cell
Name: rust-%{crate}
Version: 1.0.1
Version: 1.0.2
Release: 1%{?dist}
Summary: Single assignment cells and lazy static values without macros
@ -95,6 +95,9 @@ which use "parking_lot" feature of "%{crate}" crate.
%endif
%changelog
* Mon Sep 02 2019 Jan Staněk <jstanek@redhat.com> - 1.0.2-1
- Update to 1.0.2
* Mon Sep 02 2019 Jan Staněk <jstanek@redhat.com> - 1.0.1-1
- Update to 1.0.1

@ -1 +1 @@
SHA512 (once_cell-1.0.1.crate) = eb4a63dd70c84d4e996564d040ac48fb52a0f9005ac8e9ecd17b9a6d981da7e5823ff240796c5188ab32a4316c5d2cd3788c94cde80b97be6384a8ba6c739cb9
SHA512 (once_cell-1.0.2.crate) = 7bada59ca105f1da557863ddf6037ca8626c3ac834ce10cec75e26e26a56db9536a8885562a60f7a96f717373d1ad72b194f33d1190edaac49e23ed4ffec322c

Loading…
Cancel
Save