Update to version 2.7.0; Fixes RHBZ#2185286

epel9
Fabio Valentini 2 years ago
parent 0c36e6ddb1
commit 8d6a118518
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/polling-2.5.1.crate /polling-2.5.1.crate
/polling-2.5.2.crate /polling-2.5.2.crate
/polling-2.6.0.crate /polling-2.6.0.crate
/polling-2.7.0.crate

@ -1,6 +1,6 @@
--- polling-2.6.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- polling-2.7.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ polling-2.6.0/Cargo.toml 2023-03-12T14:53:05.439048+00:00 +++ polling-2.7.0/Cargo.toml 2023-04-15T17:38:17.373469+00:00
@@ -60,22 +60,3 @@ @@ -60,23 +60,3 @@
[target."cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))".dependencies.libc] [target."cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))".dependencies.libc]
version = "0.2.77" version = "0.2.77"
@ -14,12 +14,13 @@
-version = "0.2.9" -version = "0.2.9"
- -
-[target."cfg(windows)".dependencies.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.45" -version = "0.48"
-features = [ -features = [
- "Win32_Foundation",
- "Win32_Networking_WinSock", - "Win32_Networking_WinSock",
- "Win32_Storage_FileSystem",
- "Win32_System_IO", - "Win32_System_IO",
- "Win32_System_LibraryLoader", - "Win32_System_LibraryLoader",
- "Win32_System_Threading",
- "Win32_System_WindowsProgramming", - "Win32_System_WindowsProgramming",
- "Win32_Storage_FileSystem",
- "Win32_Foundation",
-] -]

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

@ -1 +1 @@
SHA512 (polling-2.6.0.crate) = 3e7a29d919a364747be2a82be2b613b27fd5c033e2d3799f940f616c85057a6bb1c2b1022e60443f56f3fb3e61e9373845d9d69cf6ccb68fa57f222b0711303f SHA512 (polling-2.7.0.crate) = c3f183280f8f6c4647cfea20abcd6978b958a7e4986128869f2c3fa1f3be0d778885868e9503c10714fdcb0eeeff61f64d0178a75b0d8ea3abb9b289b5cb8fb9

Loading…
Cancel
Save