Update to 1.8.1

epel9
Josh Stone 5 years ago
parent 0fb3aba245
commit 0176866cfc

1
.gitignore vendored

@ -1,2 +1,3 @@
/threadpool-1.7.1.crate
/threadpool-1.8.0.crate
/threadpool-1.8.1.crate

@ -5,7 +5,7 @@
%global crate threadpool
Name: rust-%{crate}
Version: 1.8.0
Version: 1.8.1
Release: 1%{?dist}
Summary: Thread pool for running a number of jobs on a fixed set of worker threads
@ -72,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Mon May 11 2020 Josh Stone <jistone@redhat.com> - 1.8.1-1
- Update to 1.8.1
* Wed Apr 29 2020 Josh Stone <jistone@redhat.com> - 1.8.0-1
- Update to 1.8.0

@ -1 +1 @@
SHA512 (threadpool-1.8.0.crate) = 82d7e9b847103533da47695b668125b9c4133e408e4a2776a8b3f48b5c80981a185c0ad2ab8a53e97192b4c094702fd9face0c84f39c53af30124801f384817a
SHA512 (threadpool-1.8.1.crate) = adaa5aecdeec25848af15b160e5b39833978454d834974211bd586d81837f2ce89e5590f08b7e0d4868346cf57056913a5d41bc8bf92b89109ed769cce4a8be0

Loading…
Cancel
Save