Update to version 0.1.12; Fixes RHBZ#2171398

epel10
Fabio Valentini 2 years ago
parent 115543fa56
commit a05100a829
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/tokio-stream-0.1.9.crate /tokio-stream-0.1.9.crate
/tokio-stream-0.1.10.crate /tokio-stream-0.1.10.crate
/tokio-stream-0.1.11.crate /tokio-stream-0.1.11.crate
/tokio-stream-0.1.12.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
# * tests can only be run in-tree # * tests can only be run in-tree
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate tokio-stream %global crate tokio-stream
Name: rust-tokio-stream Name: rust-tokio-stream
Version: 0.1.11 Version: 0.1.12
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.11.crate) = 4fffb2be939c91a2ae935ad4b2f53bb0e94cd94397a261852ca7bd8b5e334b55c6dfe25277f855015bbac9219e4ad1005eaa0531ce62740bdd694e1a07615c98 SHA512 (tokio-stream-0.1.12.crate) = 201252df891be78401185a3e43b474efd289a33fab043d22418b436516db7d7011493b2a3246c46957ddad7dd7359196a17f720ffa01b2b23f6a3fb506fdfc48

Loading…
Cancel
Save