Update to version 3.3.1; Fixes RHBZ#2251393

epel9 imports/e9/rust-polling-3.3.1-1.el9
Fabio Valentini 1 year ago
parent 01990fe53e
commit 939ce29ae1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -12,3 +12,4 @@
/polling-2.7.0.crate
/polling-2.8.0.crate
/polling-3.3.0.crate
/polling-3.3.1.crate

@ -1,6 +1,6 @@
--- polling-3.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ polling-3.3.0/Cargo.toml 2023-11-14T23:33:26.668794+00:00
@@ -72,21 +72,3 @@
--- polling-3.3.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ polling-3.3.1/Cargo.toml 2024-01-11T20:26:13.713959+00:00
@@ -72,23 +72,3 @@
[target."cfg(unix)".dev-dependencies.signal-hook]
version = "0.3.17"
@ -11,8 +11,10 @@
-version = "0.2.9"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48"
-version = "0.52"
-features = [
- "Wdk_Foundation",
- "Wdk_Storage_FileSystem",
- "Win32_Foundation",
- "Win32_Networking_WinSock",
- "Win32_Security",

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

@ -1 +1 @@
SHA512 (polling-3.3.0.crate) = 71bf001ae4cd488a2ec272e9f764cfe127ac5bdedaf4284cc4bea912ea0581c68e2e68477de3602e6cdb40c634217c4565310a60c578d6e18c78dc08a9616c6c
SHA512 (polling-3.3.1.crate) = 90e1ff41aa22da87750207d8eb941a7ec270d14ee86cf0acf071bdfb696c9586a67a1751309411e8de9eed57be8aaf96c1fd1bfdd2098d692d08ee37d8a38d7a

Loading…
Cancel
Save