summaryrefslogtreecommitdiff
path: root/ext/web/Cargo.toml
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2023-03-22 19:34:14 -0600
committerGitHub <noreply@github.com>2023-03-22 19:34:14 -0600
commitf69e4794d2d016c8cdbf4a4de8affd0c92f2732c (patch)
treed1a722cb30385126af0408416095321381f4b041 /ext/web/Cargo.toml
parentd06fdf6add1b3c55fc5f4a24956f17a363d513a4 (diff)
chore: update ext/ code to only use ASCII (#18371)
Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to 'ext/web/Cargo.toml')
-rw-r--r--ext/web/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml
index d1afdc0ae..1b7515d7d 100644
--- a/ext/web/Cargo.toml
+++ b/ext/web/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_web"
-version = "0.125.0"
+version = "0.125.1"
authors.workspace = true
edition.workspace = true
license.workspace = true