update to version 0.3.7

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

1
.gitignore vendored

@ -5,3 +5,4 @@
/futures-channel-0.3.4.crate
/futures-channel-0.3.5.crate
/futures-channel-0.3.6.crate
/futures-channel-0.3.7.crate

@ -6,7 +6,7 @@
%global crate futures-channel
Name: rust-%{crate}
Version: 0.3.6
Version: 0.3.7
Release: 1%{?dist}
Summary: Channels for asynchronous communication using futures-rs
@ -143,6 +143,9 @@ which use "unstable" feature of "%{crate}" crate.
%endif
%changelog
* Mon Oct 26 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.7-1
- Update to version 0.3.7.
* Wed Oct 07 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.6-1
- Update to version 0.3.6.

@ -1 +1 @@
SHA512 (futures-channel-0.3.6.crate) = efe654a51fef33563bd83e0819c6fe033c3b80615aa005823c64c1329b2036db89f7c15275f850d5e1e06a2840fda3c30774db4772380bc198344564f89784e3
SHA512 (futures-channel-0.3.7.crate) = 47fea5b0f0b1a912a8d38acc402ab1d82b733679b80b7f11bfe6fb2dfda59a2113ae68f6b78e485c6d021fa2bae95b3a8642e5c6e51a5a93096a46d1196a84de

Loading…
Cancel
Save