Update to version 3.4.5; Fixes RHBZ#2304342

epel10 imports/epel10/rust-ctrlc-3.4.5-1.el10
Fabio Valentini 5 months ago
parent cdfe1ba951
commit cee4c5cc67
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -19,3 +19,4 @@
/ctrlc-3.4.1.crate /ctrlc-3.4.1.crate
/ctrlc-3.4.2.crate /ctrlc-3.4.2.crate
/ctrlc-3.4.4.crate /ctrlc-3.4.4.crate
/ctrlc-3.4.5.crate

@ -1,11 +1,11 @@
--- ctrlc-3.4.4/Cargo.toml 1970-01-01T00:00:01+00:00 --- ctrlc-3.4.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ctrlc-3.4.4/Cargo.toml 2024-04-14T21:35:44.045035+00:00 +++ ctrlc-3.4.5/Cargo.toml 2024-09-17T21:26:36.165093+00:00
@@ -56,23 +56,6 @@ @@ -56,23 +56,6 @@
] ]
default-features = false default-features = false
-[target."cfg(windows)".dependencies.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52" -version = "0.59"
-features = [ -features = [
- "Win32_Foundation", - "Win32_Foundation",
- "Win32_System_Threading", - "Win32_System_Threading",
@ -14,7 +14,7 @@
-] -]
- -
-[target."cfg(windows)".dev-dependencies.windows-sys] -[target."cfg(windows)".dev-dependencies.windows-sys]
-version = "0.52" -version = "0.59"
-features = [ -features = [
- "Win32_Storage_FileSystem", - "Win32_Storage_FileSystem",
- "Win32_Foundation", - "Win32_Foundation",

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

@ -1 +1 @@
SHA512 (ctrlc-3.4.4.crate) = c09c5bb87e4116e4f2604023d9a94afb9985678a4d02aac17baf5b5d13d0ac7321e07dd7b20ed620af9670926acdb6b78be37a56c8be171c21975d34ebf0196c SHA512 (ctrlc-3.4.5.crate) = 3fca36deead46f3ca586f0a07ace804251d3c3e49a9a63e8c34546e2305d08158770304ebd0c9ad6ed499f811cbbee0b76ffee1858aae60852a61a19024db3e6

Loading…
Cancel
Save