Update to version 3.7.3; Fixes RHBZ#2303966

epel10
Fabio Valentini 5 months ago
parent 04fc3c2d63
commit 1164ef5dd9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -18,3 +18,4 @@
/polling-3.7.0.crate
/polling-3.7.1.crate
/polling-3.7.2.crate
/polling-3.7.3.crate

@ -1,10 +1,10 @@
--- polling-3.7.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ polling-3.7.2/Cargo.toml 2024-06-16T16:05:49.352899+00:00
@@ -72,33 +72,10 @@
--- polling-3.7.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ polling-3.7.3/Cargo.toml 2024-09-17T21:42:30.979810+00:00
@@ -133,32 +133,8 @@
]
default-features = false
-[target."cfg(target_os = \"hermit\")".dependencies.hermit-abi]
-[target.'cfg(target_os = "hermit")'.dependencies.hermit-abi]
-version = "0.4.0"
-
[target."cfg(unix)".dev-dependencies.libc]
@ -17,7 +17,7 @@
-version = "0.2.9"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52"
-version = "0.59"
-features = [
- "Wdk_Foundation",
- "Wdk_Storage_FileSystem",
@ -33,5 +33,8 @@
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
@@ -167,3 +143,4 @@
"cfg(polling_test_poll_backend)",
"cfg(polling_test_epoll_pipe)",
]
+

@ -5,7 +5,7 @@
%global crate polling
Name: rust-polling
Version: 3.7.2
Version: 3.7.3
Release: %autorelease
Summary: Portable interface to epoll, kqueue, event ports, and IOCP

@ -1 +1 @@
SHA512 (polling-3.7.2.crate) = d98ead0c929458f65ff75b9712ef9665878ad2656c729333eaea4340a236f67876b1c665eb683f695c9f12a89420401e1461c39ae8297081f4789dd5d2a7562b
SHA512 (polling-3.7.3.crate) = a2db17dcf623b77c8b94e36ea5f55059a35a70aba80f261428bc5b8df175dd1a95e302912bdf55dd1a6a3282fe4920054bd1cf6d7bc6eb52a70556d220e05429

Loading…
Cancel
Save