parent
dc0d6bee7f
commit
3c03d563ec
@ -1 +1 @@
|
||||
SHA512 (tempfile-3.3.0.crate) = ba6faafb2dd56d694efe424752099a2efb50316afc0a4db9fdb7620ae3f1a31dfbb2a7b41724878cb977fa11f7568a406bd3b6a4f7cfc0b88b86b2cc616b953e
|
||||
SHA512 (tempfile-3.4.0.crate) = 4c7f8b517282f7db295d649d038f0dbd065397abbf9546ed2d9ad19a6eccbc2a189d4601a7a93299cb412e7aa1c2d5bb409f11fe94162889a715303779ee42fc
|
||||
|
@ -0,0 +1,15 @@
|
||||
--- tempfile-3.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ tempfile-3.4.0/Cargo.toml 2023-02-27T11:39:26.079076+00:00
|
||||
@@ -47,12 +47,3 @@
|
||||
version = "0.36.0"
|
||||
features = ["fs"]
|
||||
|
||||
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
|
||||
-version = "0.2.9"
|
||||
-
|
||||
-[target."cfg(windows)".dependencies.windows-sys]
|
||||
-version = "0.42"
|
||||
-features = [
|
||||
- "Win32_Storage_FileSystem",
|
||||
- "Win32_Foundation",
|
||||
-]
|
@ -1,20 +0,0 @@
|
||||
--- tempfile-3.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ tempfile-3.3.0/Cargo.toml 2022-02-09T21:58:33.159873+00:00
|
||||
@@ -28,7 +28,7 @@
|
||||
version = "1.6.0"
|
||||
|
||||
[dependencies.remove_dir_all]
|
||||
-version = "0.5"
|
||||
+version = "0.7"
|
||||
[dev-dependencies.doc-comment]
|
||||
version = "0.3"
|
||||
|
||||
@@ -36,8 +36,3 @@
|
||||
nightly = []
|
||||
[target."cfg(any(unix, target_os = \"wasi\"))".dependencies.libc]
|
||||
version = "0.2.27"
|
||||
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
|
||||
-version = "0.2.9"
|
||||
-[target."cfg(windows)".dependencies.winapi]
|
||||
-version = "0.3"
|
||||
-features = ["fileapi", "handleapi", "winbase"]
|
Loading…
Reference in new issue