Update to version 0.8.3; Fixes RHBZ#2082946

epel9
Fabio Valentini 3 years ago
parent e40b40ac38
commit 9ad9025c3c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -19,3 +19,4 @@
/mio-0.8.0.crate
/mio-0.8.1.crate
/mio-0.8.2.crate
/mio-0.8.3.crate

@ -1,27 +1,32 @@
--- mio-0.8.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ mio-0.8.2/Cargo.toml 2022-03-29T12:15:21.890533+00:00
@@ -101,24 +101,5 @@
os-ext = ["os-poll"]
--- mio-0.8.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ mio-0.8.3/Cargo.toml 2022-05-11T13:59:52.478208+00:00
@@ -98,28 +98,8 @@
[features]
default = []
net = []
-os-ext = [
- "os-poll",
- "windows-sys/Win32_System_Pipes",
- "windows-sys/Win32_Security",
-]
+os-ext = ["os-poll"]
os-poll = []
-
-[target."cfg(target_os = \"wasi\")".dependencies.libc]
-version = "0.2.86"
-version = "0.2.121"
-
-[target."cfg(target_os = \"wasi\")".dependencies.wasi]
-version = "0.11.0"
-
[target."cfg(unix)".dependencies.libc]
version = "0.2.86"
-
-[target."cfg(windows)".dependencies.miow]
-version = "0.3.6"
-
-[target."cfg(windows)".dependencies.ntapi]
-version = "0.3"
version = "0.2.121"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.36"
-features = [
- "winsock2",
- "mswsock",
- "Win32_Storage_FileSystem",
- "Win32_Foundation",
- "Win32_Networking_WinSock",
- "Win32_System_IO",
- "Win32_System_WindowsProgramming",
-]

@ -5,7 +5,7 @@
%global crate mio
Name: rust-%{crate}
Version: 0.8.2
Version: 0.8.3
Release: %autorelease
Summary: Lightweight non-blocking IO

@ -1 +1 @@
SHA512 (mio-0.8.2.crate) = c82ea0afc0de8acf162188a6131373f3cb3e7f3abb3094dd51fa9094e42a36806954f267840b3fed18c0ac3ee75af0451dfea5509ab65a94dcc93057c7d37393
SHA512 (mio-0.8.3.crate) = c6eaff99cbfe797dd97e6d29da09a6bbb2a46b3f3ddab7d75fb756950d463545199d13ccb2d51d367a2499d18f88500fce8084b82b2f020865dec0d9d9ccdfbb

Loading…
Cancel
Save