update to version 0.3.13

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

1
.gitignore vendored

@ -10,3 +10,4 @@
/futures-channel-0.3.9.crate
/futures-channel-0.3.10.crate
/futures-channel-0.3.12.crate
/futures-channel-0.3.13.crate

@ -6,8 +6,8 @@
%global crate futures-channel
Name: rust-%{crate}
Version: 0.3.12
Release: 2%{?dist}
Version: 0.3.13
Release: 1%{?dist}
Summary: Channels for asynchronous communication using futures-rs
# Upstream license specification: MIT OR Apache-2.0
@ -143,6 +143,9 @@ which use "unstable" feature of "%{crate}" crate.
%endif
%changelog
* Tue Feb 23 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.13-1
- Update to version 0.3.13.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (futures-channel-0.3.12.crate) = 338d252042a040e1f8c4678457a95b2488922008d5baa94d0dbdcd7902e5d678c7d7a9c32b81c40d701a7793395bfed2a66bee820efad49a9062c73e390c005f
SHA512 (futures-channel-0.3.13.crate) = e2ba7d3ad3963d2d6aa86f1a74e2fd6f12e339dd42c56df187b2c8dadaf85c2282056925b5fbfbd08429979f3bd017efd9f71d6962a3577bf8d8633b089cf855

Loading…
Cancel
Save