From f69e4794d2d016c8cdbf4a4de8affd0c92f2732c Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Wed, 22 Mar 2023 19:34:14 -0600 Subject: chore: update ext/ code to only use ASCII (#18371) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek Iwańczuk --- ext/url/00_url.js | 2 +- ext/url/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/url') diff --git a/ext/url/00_url.js b/ext/url/00_url.js index c288225e3..de4fb0ec8 100644 --- a/ext/url/00_url.js +++ b/ext/url/00_url.js @@ -326,7 +326,7 @@ function trim(s) { return s; } -// Represents a "no port" value. A port in URL cannot be greater than 2^16 − 1 +// Represents a "no port" value. A port in URL cannot be greater than 2^16 - 1 const NO_PORT = 65536; const componentsBuf = new Uint32Array(8); diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml index eb0d7a2a4..455750c39 100644 --- a/ext/url/Cargo.toml +++ b/ext/url/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_url" -version = "0.94.0" +version = "0.94.1" authors.workspace = true edition.workspace = true license.workspace = true -- cgit v1.2.3