Update to version 3.4.2; Fixes RHBZ#2255632

epel9 imports/e9/rust-ctrlc-3.4.2-1.el9
Fabio Valentini 1 year ago
parent 60056202ee
commit 1bc81f3f0a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -17,3 +17,4 @@
/ctrlc-3.3.0.crate
/ctrlc-3.4.0.crate
/ctrlc-3.4.1.crate
/ctrlc-3.4.2.crate

@ -1,11 +1,11 @@
--- ctrlc-3.4.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ctrlc-3.4.1/Cargo.toml 2023-11-10T16:48:35.991957+00:00
--- ctrlc-3.4.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ctrlc-3.4.2/Cargo.toml 2023-12-27T19:53:40.574507+00:00
@@ -56,23 +56,6 @@
]
default-features = false
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48"
-version = "0.52"
-features = [
- "Win32_Foundation",
- "Win32_System_Threading",
@ -14,7 +14,7 @@
-]
-
-[target."cfg(windows)".dev-dependencies.windows-sys]
-version = "0.48"
-version = "0.52"
-features = [
- "Win32_Storage_FileSystem",
- "Win32_Foundation",

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

@ -1 +1 @@
SHA512 (ctrlc-3.4.1.crate) = 7a42302274ce2b4a361b0ca80f0d4ad5d14e0936ca50679b5655bec40d9815d4e2e634322dfb2d652f7de0b0d04f8548915d7af9e13685f1a63415a078f849d9
SHA512 (ctrlc-3.4.2.crate) = 99fc52445a51438bbbefefedf6409efc6b9c8db8f8932bde8eebeda3bfa952d116923b6ea9762e3bd28521ddee17ca1c8fb9b24cf8fe287063ec2ffc696ec408

Loading…
Cancel
Save