mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
chore: upgrade Rust to 1.54.0 (#11554)
This commit is contained in:
parent
c909faf9e6
commit
8f00b5542c
36 changed files with 156 additions and 161 deletions
|
@ -96,7 +96,7 @@ pub fn resolve_import(
|
|||
} else {
|
||||
Url::parse(base).map_err(InvalidBaseUrl)?
|
||||
};
|
||||
base.join(&specifier).map_err(InvalidUrl)?
|
||||
base.join(specifier).map_err(InvalidUrl)?
|
||||
}
|
||||
|
||||
// If parsing the specifier as a URL failed for a different reason than
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue