Files
packages/anda/rust/sccache/sccache-fix-metadata-auto.diff
T
Cappy Ishihara 6e439d586d add rust pkgs
2022-10-10 09:47:00 +07:00

17 lines
397 B
Diff

--- sccache-0.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sccache-0.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -392,13 +392,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",
- "winnls",
-]