Update to version 0.1.7; Fixes RHBZ#2001712

epel10
Fabio Valentini 3 years ago
parent 36e534b2d1
commit a07408ba32
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm /*.src.rpm
/tokio-stream-0.1.5.crate /tokio-stream-0.1.5.crate
/tokio-stream-0.1.7.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 18
# * async-stream is not packaged yet # * tests can only be run in-tree
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate tokio-stream %global crate tokio-stream
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.5 Version: 0.1.7
Release: %autorelease Release: %autorelease
Summary: Utilities to work with Stream and tokio Summary: Utilities to work with Stream and tokio

@ -1 +1 @@
SHA512 (tokio-stream-0.1.5.crate) = 3f37774d607f77ce0cab1761fa4560458d0957915cad47488536c5dd106f13dd126546729d1fbdf51defe20cadc836e900c1ccf81251f73e74c95be5c6b914b1 SHA512 (tokio-stream-0.1.7.crate) = 1c9a7922f7cd9bf9d9694d708aaced4c8d4deea584dd77422976f83f1935c440a9bb63152584e48142d732bdd97674ffa8ce41cfeb905ff0784b47e2670898d5

Loading…
Cancel
Save