update to version 0.3.10

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

1
.gitignore vendored

@ -8,3 +8,4 @@
/futures-channel-0.3.7.crate
/futures-channel-0.3.8.crate
/futures-channel-0.3.9.crate
/futures-channel-0.3.10.crate

@ -6,7 +6,7 @@
%global crate futures-channel
Name: rust-%{crate}
Version: 0.3.9
Version: 0.3.10
Release: 1%{?dist}
Summary: Channels for asynchronous communication using futures-rs
@ -143,6 +143,9 @@ which use "unstable" feature of "%{crate}" crate.
%endif
%changelog
* Wed Jan 13 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.10-1
- Update to version 0.3.10.
* Fri Jan 08 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.9-1
- Update to version 0.3.9.

@ -1 +1 @@
SHA512 (futures-channel-0.3.9.crate) = 571bedfd7f3fea675b94b8cfb9f0a4d39b2fac1db3566888b8b1997432912c989ade2f1e02591d806d05c97eeb749dedec8506e2da08080249dd00abf1f769a4
SHA512 (futures-channel-0.3.10.crate) = a6d9e43088cd40fc24aedd293d7ec4c12b0e541319ef8dfdfdcc08cd88687301e696ad4cf863e8ebd4d36bfb650e9e4a104ebb747aa0944fc0a54f35dfbcf556

Loading…
Cancel
Save