mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
28 lines
650 B
Diff
28 lines
650 B
Diff
--- deno-2.6.9/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ deno-2.6.9/Cargo.toml 2026-02-12T15:05:13.386522+00:00
|
|
@@ -667,24 +667,3 @@
|
|
[target."cfg(unix)".dependencies.shell-escape]
|
|
version = "=0.1.5"
|
|
|
|
-[target."cfg(windows)".dependencies.deno_subprocess_windows]
|
|
-version = "0.26.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"
|