Update to version 2.8.0; Fixes RHBZ#2188494

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

1
.gitignore vendored

@ -10,3 +10,4 @@
/polling-2.5.2.crate
/polling-2.6.0.crate
/polling-2.7.0.crate
/polling-2.8.0.crate

@ -1,5 +1,5 @@
--- polling-2.7.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ polling-2.7.0/Cargo.toml 2023-04-15T17:38:17.373469+00:00
--- polling-2.8.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ polling-2.8.0/Cargo.toml 2023-05-01T17:10:03.645760+00:00
@@ -60,23 +60,3 @@
[target."cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))".dependencies.libc]
version = "0.2.77"
@ -8,7 +8,7 @@
-version = "1.3.2"
-
-[target."cfg(windows)".dependencies.concurrent-queue]
-version = "2.1.0"
-version = "2.2.0"
-
-[target."cfg(windows)".dependencies.pin-project-lite]
-version = "0.2.9"

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

@ -1 +1 @@
SHA512 (polling-2.7.0.crate) = c3f183280f8f6c4647cfea20abcd6978b958a7e4986128869f2c3fa1f3be0d778885868e9503c10714fdcb0eeeff61f64d0178a75b0d8ea3abb9b289b5cb8fb9
SHA512 (polling-2.8.0.crate) = c22dc35f39f374f21483c987d43108472dbfc291508e3f5e1d76e2c466f40b396b1ba7c222db5e5a2c0e670e83b4c34e0fbb5c3e93d86435b8a2ebb0890471a2

Loading…
Cancel
Save