diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-10-09 18:49:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-09 18:49:56 +0100 |
commit | 251840a60d1e2ba4ceca85029bd8cc342b6cd038 (patch) | |
tree | fcb0796e32b27d2770bc5e678e769170581607a0 /Cargo.toml | |
parent | 20ae8db50d7d48ad020b83ebe78dc0e9e9eab3b2 (diff) |
fix: do not panic on wsl share file paths on windows (#26081)
A test is going to fail on windows (I'm not on a windows machine atm, so
running the CI to see what fails)
Closes #26080
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index badc84992..1128c64e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ deno_bench_util = { version = "0.165.0", path = "./bench_util" } deno_lockfile = "=0.23.1" deno_media_type = { version = "0.1.4", features = ["module_specifier"] } deno_npm = "=0.25.3" -deno_path_util = "=0.2.0" +deno_path_util = "=0.2.1" deno_permissions = { version = "0.31.0", path = "./runtime/permissions" } deno_runtime = { version = "0.180.0", path = "./runtime" } deno_semver = "=0.5.14" |