Update to 1.3.0

epel9
Josh Stone 5 years ago
parent d880b555f9
commit 755b0cb0b6

1
.gitignore vendored

@ -1,3 +1,4 @@
/async-task-1.0.0.crate /async-task-1.0.0.crate
/async-task-1.1.0.crate /async-task-1.1.0.crate
/async-task-1.2.1.crate /async-task-1.2.1.crate
/async-task-1.3.0.crate

@ -1,7 +1,7 @@
--- async-task-1.2.1/Cargo.toml 2020-01-10T20:41:23+00:00 --- async-task-1.3.0/Cargo.toml 2020-01-24T23:18:41+00:00
+++ async-task-1.2.1/Cargo.toml 2020-01-15T03:57:35.787743+00:00 +++ async-task-1.3.0/Cargo.toml 2020-01-27T22:39:00.566469+00:00
@@ -36,6 +36,3 @@ @@ -39,6 +39,3 @@
version = "1.4.0" version = "0.1.0-alpha.4"
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]
version = "0.2.66" version = "0.2.66"
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.winapi]

@ -1,11 +1,12 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 13
%bcond_without check # testing needs an alpha pin-utils
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate async-task %global crate async-task
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.2.1 Version: 1.3.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Task abstraction for building executors Summary: Task abstraction for building executors
@ -74,6 +75,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Jan 27 2020 Josh Stone <jistone@redhat.com> - 1.3.0-1
- Update to 1.3.0
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 1.2.1-1 * Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 1.2.1-1
- Update to 1.2.1 - Update to 1.2.1

@ -1 +1 @@
SHA512 (async-task-1.2.1.crate) = a595d5e9e34d26cc6a12273d87a1de115c43b68cd735edc354a96d9fbcc4f25d462939ee076be9dab17aae2bc8289edb00cb81721d17275c3ba2c13686e108bb SHA512 (async-task-1.3.0.crate) = 07b584858beae4c5a6974ddeb59a8eecfafb4f193ebc208f0e0fd98942e3446e3ef420add4ad8729da6b1f73fc3d1d155dae2ed5451ae37a02e2c21015ec2e4e

Loading…
Cancel
Save