Update to version 2.1.3; Fixes RHBZ#2085314

epel9
Fabio Valentini 3 years ago
parent 80e3db7f0a
commit 6700bcd4e3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/trash-2.0.3.crate /trash-2.0.3.crate
/trash-2.0.4.crate /trash-2.0.4.crate
/trash-2.1.1.crate /trash-2.1.1.crate
/trash-2.1.3.crate

@ -6,7 +6,7 @@
%global crate trash %global crate trash
Name: rust-%{crate} Name: rust-%{crate}
Version: 2.1.1 Version: 2.1.3
Release: %autorelease Release: %autorelease
Summary: Library for moving files and folders to the Recycle Bin Summary: Library for moving files and folders to the Recycle Bin

@ -1 +1 @@
SHA512 (trash-2.1.1.crate) = 763bd8fa5518e2d0f84051e0c4fa7f94d8610ac3d7728432651de27844c2650f82142496000bc7b6ff2e23eb349de113505e3ea0e19f41aedc822345f8952d2e SHA512 (trash-2.1.3.crate) = 5fd7831270396ea6a0ca6abc2d854fc9dd5fa4e74861b86f3adbc40feb08bcf0b3e25d8f23c33b30353dd9c87c35afca4f42b8cb60e3cfe54c070ff6d1769ffe

@ -1,16 +1,6 @@
--- trash-2.1.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- trash-2.1.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ trash-2.1.1/Cargo.toml 2022-05-11T13:49:51.106468+00:00 +++ trash-2.1.3/Cargo.toml 2022-05-23T16:10:00.265723+00:00
@@ -51,9 +51,6 @@ @@ -72,18 +72,3 @@
[dev-dependencies.serial_test]
version = "0.6.0"
-[build-dependencies.windows]
-version = "0.9.0"
-
[features]
coinit_apartmentthreaded = []
coinit_disable_ole1dde = []
@@ -75,15 +72,3 @@
[target."cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))".dependencies.url] [target."cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))".dependencies.url]
version = "2.1.0" version = "2.1.0"
@ -26,3 +16,6 @@
- -
-[target."cfg(windows)".dependencies.windows] -[target."cfg(windows)".dependencies.windows]
-version = "0.9.0" -version = "0.9.0"
-
-[target."cfg(windows)".build-dependencies.windows]
-version = "0.9.0"

Loading…
Cancel
Save