Update to version 1.0.3; Fixes RHBZ#2329526

epel10 imports/epel10/rust-mio-1.0.3-1.el10
Fabio Valentini 3 months ago
parent def713b271
commit 06d2f9a746
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -30,3 +30,4 @@
/mio-0.8.11.crate
/mio-1.0.1.crate
/mio-1.0.2.crate
/mio-1.0.3.crate

@ -1,6 +1,6 @@
--- mio-1.0.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ mio-1.0.2/Cargo.toml 2024-09-17T21:33:00.712987+00:00
@@ -118,36 +118,11 @@
--- mio-1.0.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ mio-1.0.3/Cargo.toml 2024-12-01T20:27:28.713069+00:00
@@ -119,35 +119,11 @@
net = []
os-ext = [
"os-poll",
@ -10,17 +10,16 @@
os-poll = []
-[target.'cfg(target_os = "hermit")'.dependencies.libc]
-version = "0.3.9"
-package = "hermit-abi"
-version = "0.2.159"
-
-[target.'cfg(target_os = "wasi")'.dependencies.libc]
-version = "0.2.149"
-version = "0.2.159"
-
-[target.'cfg(target_os = "wasi")'.dependencies.wasi]
-version = "0.11.0"
-
[target."cfg(unix)".dependencies.libc]
version = "0.2.149"
version = "0.2.159"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52"
@ -37,7 +36,7 @@
[lints.rust.unexpected_cfgs]
level = "warn"
@@ -156,3 +131,4 @@
@@ -156,3 +132,4 @@
"cfg(mio_unsupported_force_poll_poll)",
"cfg(mio_unsupported_force_waker_pipe)",
]

@ -1,11 +1,11 @@
# Generated by rust2rpm 26
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate mio
Name: rust-mio
Version: 1.0.2
Version: 1.0.3
Release: %autorelease
Summary: Lightweight non-blocking I/O

@ -1 +1 @@
SHA512 (mio-1.0.2.crate) = 77eae1170a318d4a53550dda3462ae070d25656cda51db4cb2dbcb28210802f9b7e279900e6d6eba68314a0c814c90eb4af7acc561f611535cb364f75ad4e317
SHA512 (mio-1.0.3.crate) = 2142edc7e9378fc3437110c85ba2cee9c9683e87034cd44275d2c389645979db53fbbc29fec304f1d8c8f0464ae17d2a5db1aa9215d696fa0282f5069700b1e2

Loading…
Cancel
Save