Update to version 0.7.8; Fixes RHBZ#2189636

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

1
.gitignore vendored

@ -11,3 +11,4 @@
/tokio-util-0.7.3.crate
/tokio-util-0.7.4.crate
/tokio-util-0.7.7.crate
/tokio-util-0.7.8.crate

@ -1,3 +0,0 @@
# rust-tokio-util
The rust-tokio-util package

@ -6,7 +6,7 @@
%global crate tokio-util
Name: rust-tokio-util
Version: 0.7.7
Version: 0.7.8
Release: %autorelease
Summary: Additional utilities for working with Tokio

@ -1 +1 @@
SHA512 (tokio-util-0.7.7.crate) = d33edfc594dff40a7f76ce84a740eb8901eaa95aa6cb6e2308aaf23b4543dae2ce7f7c8df5f027292777b65aa8b00618ef45dddb34b53b1981ccf1650c01609e
SHA512 (tokio-util-0.7.8.crate) = 7b1501dd224b4a6749a5296751d83e6d57bae238a92430c32017813ab82c358086a555fd7d34537cc944c240ba73d4fb94864a5743dca05c138f834d45ee245e

@ -1,6 +1,6 @@
--- tokio-util-0.7.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tokio-util-0.7.7/Cargo.toml 2023-02-15T19:57:56.529046+00:00
@@ -119,13 +119,9 @@
--- tokio-util-0.7.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tokio-util-0.7.8/Cargo.toml 2023-04-28T21:26:21.360651+00:00
@@ -120,13 +120,9 @@
"tokio/rt",
"tokio/sync",
"futures-util",

Loading…
Cancel
Save