diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-03-09 09:07:29 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-09 09:07:29 +0530 |
commit | 0bed4d3e5153aaf2e06fb6579ac6f24acf63567f (patch) | |
tree | d64bdb9ba3b4b0b1b16a5ab6ff5bad23b55dd76d /cli | |
parent | 26cee4eb0d041786f1d70cb2d9f3a6b6d82bd93d (diff) |
fix(ext/node): support junction symlinks on Windows (#22762)
Fixes https://github.com/denoland/deno/issues/20609
Vitepress support! `vitepress dev` and `vitepress build` via BYONM
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index cb1255d7f..9a6a8ee57 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -154,7 +154,7 @@ zstd.workspace = true [target.'cfg(windows)'.dependencies] fwdansi.workspace = true -junction = "=0.2.0" +junction.workspace = true winapi = { workspace = true, features = ["knownfolders", "mswsock", "objbase", "shlobj", "tlhelp32", "winbase", "winerror", "winsock2"] } [target.'cfg(unix)'.dependencies] |