update to version 0.3.9

epel9
Fabio Valentini 4 years ago
parent 38b9c6eb2d
commit b4303e8ba3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/futures-channel-0.3.6.crate
/futures-channel-0.3.7.crate
/futures-channel-0.3.8.crate
/futures-channel-0.3.9.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 15
# * Tests can be run only in-tree
# Generated by rust2rpm 16
# dependency loop with futures
%bcond_with check
%global debug_package %{nil}
%global crate futures-channel
Name: rust-%{crate}
Version: 0.3.8
Version: 0.3.9
Release: 1%{?dist}
Summary: Channels for asynchronous communication using futures-rs
@ -143,6 +143,9 @@ which use "unstable" feature of "%{crate}" crate.
%endif
%changelog
* Fri Jan 08 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.9-1
- Update to version 0.3.9.
* Mon Nov 09 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.8-1
- Update to version 0.3.8.
- Fixes RHBZ#1896104

@ -1 +1 @@
SHA512 (futures-channel-0.3.8.crate) = 94bbde2009438d61fdf94cd455f6d9444db2e5e4db1fcda3ffc45d288476a4f8822b994887e7e3493fcdf814663d0ac81c07504fd7fca54dd1f030600917b9da
SHA512 (futures-channel-0.3.9.crate) = 571bedfd7f3fea675b94b8cfb9f0a4d39b2fac1db3566888b8b1997432912c989ade2f1e02591d806d05c97eeb749dedec8506e2da08080249dd00abf1f769a4

Loading…
Cancel
Save