mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 17:32:18 +00:00
28 lines
650 B
Diff
28 lines
650 B
Diff
--- deno-2.6.3/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ deno-2.6.3/Cargo.toml 2025-12-24T13:35:12.790326+00:00
|
|
@@ -657,24 +657,3 @@
|
|
[target."cfg(unix)".dependencies.shell-escape]
|
|
version = "=0.1.5"
|
|
|
|
-[target."cfg(windows)".dependencies.deno_subprocess_windows]
|
|
-version = "0.20.0"
|
|
-
|
|
-[target."cfg(windows)".dependencies.winapi]
|
|
-version = "=0.3.9"
|
|
-features = [
|
|
- "knownfolders",
|
|
- "mswsock",
|
|
- "objbase",
|
|
- "shlobj",
|
|
- "tlhelp32",
|
|
- "winbase",
|
|
- "winerror",
|
|
- "winsock2",
|
|
-]
|
|
-
|
|
-[target."cfg(windows)".build-dependencies.winapi]
|
|
-version = "=0.3.9"
|
|
-
|
|
-[target."cfg(windows)".build-dependencies.winres]
|
|
-version = "=0.1.12"
|