Update to version 3.6.0; Fixes RHBZ#2212993

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

1
.gitignore vendored

@ -12,3 +12,4 @@
/tempfile-3.3.0.crate
/tempfile-3.4.0.crate
/tempfile-3.5.0.crate
/tempfile-3.6.0.crate

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

@ -1 +1 @@
SHA512 (tempfile-3.5.0.crate) = 8e8775a9727e32f6931b3289d2b8aefa5ede7b224ae2e1937da3aff371ef5f6078587f060eb36793e9779249992a97acc39c02c6095c41467929e39ada12c7db
SHA512 (tempfile-3.6.0.crate) = 69b0d8a5619201620245899849b807841e90c24aff08bf9ffac76469ee5f4d6fd3b4258d5903bd0261fa771df88cc83e869faff27a413188571258aba1a249cb

@ -1,14 +1,14 @@
--- tempfile-3.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tempfile-3.5.0/Cargo.toml 2023-04-04T14:10:10.898973+00:00
@@ -48,12 +48,3 @@
version = "0.37.1"
--- tempfile-3.6.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tempfile-3.6.0/Cargo.toml 2023-06-07T15:59:17.718492+00:00
@@ -51,12 +51,3 @@
version = "0.37.11"
features = ["fs"]
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.3"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.45"
-version = "0.48"
-features = [
- "Win32_Storage_FileSystem",
- "Win32_Foundation",

Loading…
Cancel
Save