Update to version 3.2.5; Fixes RHBZ#2167150

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

1
.gitignore vendored

@ -13,3 +13,4 @@
/ctrlc-3.2.1.crate
/ctrlc-3.2.2.crate
/ctrlc-3.2.4.crate
/ctrlc-3.2.5.crate

@ -1,11 +1,11 @@
--- ctrlc-3.2.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ctrlc-3.2.4/Cargo.toml 1970-01-01T00:00:01+00:00
--- ctrlc-3.2.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ctrlc-3.2.5/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -47,22 +47,3 @@
]
default-features = false
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.42"
-version = "0.45"
-features = [
- "Win32_Foundation",
- "Win32_System_Threading",
@ -15,7 +15,7 @@
-]
-
-[target."cfg(windows)".dev-dependencies.windows-sys]
-version = "0.42"
-version = "0.45"
-features = [
- "Win32_Storage_FileSystem",
- "Win32_Foundation",

@ -5,7 +5,7 @@
%global crate ctrlc
Name: rust-ctrlc
Version: 3.2.4
Version: 3.2.5
Release: %autorelease
Summary: Easy Ctrl-C handler for Rust projects

@ -1 +1 @@
SHA512 (ctrlc-3.2.4.crate) = cc945d6092f8eed3e2a50fac82e54b132dd661d58819b9326dd23592c3848c919caa6c2490cda269154b8ddd0cdd47144df025461c72885b4fd6f5d33cdab242
SHA512 (ctrlc-3.2.5.crate) = 27ffc60b19a17b1dae2e8ff90698b0c17d7980ccdfdc680f88d2dcbdf9717c26deba239dfe34ce3d67adf0e828127db481ec82000da9cf705abb199094d27097

Loading…
Cancel
Save