Update to version 0.8.8; Fixes RHBZ#2211201

epel9
Fabio Valentini 2 years ago
parent b50b755d33
commit ea56640031
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -24,3 +24,4 @@
/mio-0.8.5.crate
/mio-0.8.6.crate
/mio-0.8.7.crate
/mio-0.8.8.crate

@ -1,5 +1,5 @@
--- mio-0.8.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ mio-0.8.7/Cargo.toml 2023-05-28T16:07:47.527618+00:00
--- mio-0.8.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ mio-0.8.8/Cargo.toml 2023-06-04T15:49:09.433041+00:00
@@ -107,21 +107,6 @@
]
os-poll = []

@ -1,6 +1,6 @@
--- mio-0.8.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ mio-0.8.7/Cargo.toml 2023-05-28T16:08:09.061713+00:00
@@ -100,13 +100,8 @@
--- mio-0.8.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ mio-0.8.8/Cargo.toml 2023-06-04T15:49:25.406114+00:00
@@ -100,11 +100,7 @@
[features]
default = ["log"]
net = []
@ -13,5 +13,3 @@
os-poll = []
[target."cfg(unix)".dependencies.libc]
version = "0.2.121"
-

@ -5,7 +5,7 @@
%global crate mio
Name: rust-mio
Version: 0.8.7
Version: 0.8.8
Release: %autorelease
Summary: Lightweight non-blocking I/O

@ -1 +1 @@
SHA512 (mio-0.8.7.crate) = 25dd1fc35d5d0d43682da821beb880b9cb2426905fd5b1f47d88a64086fe6e1f09047bf36b8649bd5b92927f676ecdad89d8dfa2850d1f91e74a486991e2be93
SHA512 (mio-0.8.8.crate) = 448a05f19a147fe119965f7f1aaf24c2a40ed816ddf2e5c95ba3bdaded5e2812314c64a50dc7baada93bb005b65159cb6597f82a407936885ea376bb128b0c9a

Loading…
Cancel
Save