Update to 1.0.1

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

1
.gitignore vendored

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

@ -5,7 +5,7 @@
%global crate once_cell
Name: rust-%{crate}
Version: 0.2.6
Version: 1.0.1
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.1-1
- Update to 1.0.1
* Mon Aug 19 2019 Jan Staněk <jstanek@redhat.com> - 0.2.6-1
- Update to 0.2.6

@ -1 +1 @@
SHA512 (once_cell-0.2.6.crate) = 9b6eb9adefcddc48846af5c64b63638f8a62e603dbc7a5cb6077f58830636db39148c911a358e2cd3e0af99b554645701d8203c1f2ca9231832874b143b4b616
SHA512 (once_cell-1.0.1.crate) = eb4a63dd70c84d4e996564d040ac48fb52a0f9005ac8e9ecd17b9a6d981da7e5823ff240796c5188ab32a4316c5d2cd3788c94cde80b97be6384a8ba6c739cb9

Loading…
Cancel
Save