Skip to content

Commit 32e90ad

Browse files
Merge pull request #698 from denoland/main
Create a new pull request by comparing changes across two branches
2 parents f2e8f77 + 251840a commit 32e90ad

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ deno_bench_util = { version = "0.165.0", path = "./bench_util" }
5252
deno_lockfile = "=0.23.1"
5353
deno_media_type = { version = "0.1.4", features = ["module_specifier"] }
5454
deno_npm = "=0.25.3"
55-
deno_path_util = "=0.2.0"
55+
deno_path_util = "=0.2.1"
5656
deno_permissions = { version = "0.31.0", path = "./runtime/permissions" }
5757
deno_runtime = { version = "0.180.0", path = "./runtime" }
5858
deno_semver = "=0.5.14"

tests/integration/run_tests.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5150,6 +5150,8 @@ fn emit_failed_readonly_file_system() {
51505150
output.assert_matches_text("[WILDCARD]Error saving emit data ([WILDLINE]main.ts)[WILDCARD]Skipped emit cache save of [WILDLINE]other.ts[WILDCARD]hi[WILDCARD]");
51515151
}
51525152

5153+
// todo(dsherret): waiting on fix in https://github.com/servo/rust-url/issues/505
5154+
#[ignore]
51535155
#[cfg(windows)]
51545156
#[test]
51555157
fn handle_invalid_path_error() {

0 commit comments

Comments
 (0)