summaryrefslogtreecommitdiff
path: root/extensions/webidl
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-06-28 20:59:23 +0200
committerGitHub <noreply@github.com>2021-06-28 20:59:23 +0200
commit30cba2484815f712502ae8937a25afa13aba0818 (patch)
tree496432652cf8ff00ee61e8d9a1e701fc65439596 /extensions/webidl
parent9e875b2a2353eb4f3c6343a22e19c01276571cf6 (diff)
chore: release deno_core (#11164)
Diffstat (limited to 'extensions/webidl')
-rw-r--r--extensions/webidl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/webidl/Cargo.toml b/extensions/webidl/Cargo.toml
index 33ed99bdc..53f80d1bc 100644
--- a/extensions/webidl/Cargo.toml
+++ b/extensions/webidl/Cargo.toml
@@ -14,4 +14,4 @@ repository = "https://github.com/denoland/deno"
path = "lib.rs"
[dependencies]
-deno_core = { version = "0.91.0", path = "../../core" }
+deno_core = { version = "0.92.0", path = "../../core" }