Update to version 0.3.16; Fixes RHBZ#1985527

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

1
.gitignore vendored

@ -13,3 +13,4 @@
/futures-channel-0.3.13.crate
/futures-channel-0.3.14.crate
/futures-channel-0.3.15.crate
/futures-channel-0.3.16.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 17
# dependency loop with futures
# Generated by rust2rpm 18
# * tests can only be run in-tree
%bcond_with check
%global debug_package %{nil}
%global crate futures-channel
Name: rust-%{crate}
Version: 0.3.15
Version: 0.3.16
Release: %autorelease
Summary: Channels for asynchronous communication using futures-rs

@ -1 +1 @@
SHA512 (futures-channel-0.3.15.crate) = d612c1425286eaa1a713e073edfae8ab8fb4e0b7c82ffdade57bc5dd06c54de6de46119b1cd87d7686cd4efbec38228c4a82d250ac693daa39dcfbf365b7ad25
SHA512 (futures-channel-0.3.16.crate) = 84baf9a5b74693448ba3cdc402957d0882da6ad0becd3588fb61107d0ed9912a6ddfe599ecc4751713c81f4c962cfa283f0b3bf6472ca17383ab7c5ea5821e65

Loading…
Cancel
Save