summaryrefslogtreecommitdiff
path: root/ext/webidl
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2022-03-25 18:53:55 +0100
committerGitHub <noreply@github.com>2022-03-25 18:53:55 +0100
commit37b0ec454cb45f10fbcb14273c663cb55b40d209 (patch)
treeb271657ae5a2c98f3e3abcf9dcf991acf7e5f770 /ext/webidl
parent3511b7602b619357174001555e961964c9a63e33 (diff)
chore: forward v1.20.3 release commit to main (#14121)
Diffstat (limited to 'ext/webidl')
-rw-r--r--ext/webidl/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/webidl/Cargo.toml b/ext/webidl/Cargo.toml
index b1a038f88..1ac204a4f 100644
--- a/ext/webidl/Cargo.toml
+++ b/ext/webidl/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webidl"
-version = "0.43.0"
+version = "0.44.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
@@ -14,4 +14,4 @@ description = "WebIDL implementation for Deno"
path = "lib.rs"
[dependencies]
-deno_core = { version = "0.125.0", path = "../../core" }
+deno_core = { version = "0.126.0", path = "../../core" }