Update to version 3.14.0; Fixes RHBZ#2324507

epel10 imports/epel10/rust-tempfile-3.14.0-1.el10
Fabio Valentini 3 months ago
parent 511b680427
commit cd09e847c9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -21,3 +21,4 @@
/tempfile-3.11.0.crate
/tempfile-3.12.0.crate
/tempfile-3.13.0.crate
/tempfile-3.14.0.crate

@ -5,7 +5,7 @@
%global crate tempfile
Name: rust-tempfile
Version: 3.13.0
Version: 3.14.0
Release: %autorelease
Summary: Library for managing temporary files and directories

@ -1 +1 @@
SHA512 (tempfile-3.13.0.crate) = 68701bee80309cd8dfa96c237b2344f26bd03702d2fc2e1a253820c98654c85d802aee1e0fc856f6372159a92ecbf624f78c8146f34a0cf924f5b56284915f85
SHA512 (tempfile-3.14.0.crate) = 98c1ab70eb3efd2d8b16ed58c8c83f8599663af7ef269304e908a04c38334f659a4d0b1647a13dc0d1eb90a293f1b37ec8ff0b9b45ef5b7ff1b4452bbfcdcb15

@ -1,11 +1,11 @@
--- tempfile-3.13.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tempfile-3.13.0/Cargo.toml 2024-10-04T17:31:08.454235+00:00
--- tempfile-3.14.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tempfile-3.14.0/Cargo.toml 2024-11-13T21:35:32.388471+00:00
@@ -82,9 +82,3 @@
version = "0.38.37"
version = "0.38.39"
features = ["fs"]
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59"
-version = ">=0.52,<=0.59"
-features = [
- "Win32_Storage_FileSystem",
- "Win32_Foundation",

Loading…
Cancel
Save