Files
packages/anda/rust/sccache/sccache-fix-metadata-auto.diff
T
2022-11-24 19:01:15 +00:00

18 lines
418 B
Diff

--- sccache-0.3.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sccache-0.3.1/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -402,14 +402,3 @@
[target."cfg(unix)".dependencies.daemonize]
version = "0.4"
-[target."cfg(windows)".dependencies.parity-tokio-ipc]
-version = "0.9"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = [
- "fileapi",
- "handleapi",
- "stringapiset",
- "winnls",
-]