update to version 0.3.8

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

1
.gitignore vendored

@ -6,3 +6,4 @@
/futures-channel-0.3.5.crate
/futures-channel-0.3.6.crate
/futures-channel-0.3.7.crate
/futures-channel-0.3.8.crate

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

@ -1 +1 @@
SHA512 (futures-channel-0.3.7.crate) = 47fea5b0f0b1a912a8d38acc402ab1d82b733679b80b7f11bfe6fb2dfda59a2113ae68f6b78e485c6d021fa2bae95b3a8642e5c6e51a5a93096a46d1196a84de
SHA512 (futures-channel-0.3.8.crate) = 94bbde2009438d61fdf94cd455f6d9444db2e5e4db1fcda3ffc45d288476a4f8822b994887e7e3493fcdf814663d0ac81c07504fd7fca54dd1f030600917b9da

Loading…
Cancel
Save