From 658d2cdff22646010915dc1f4a128de6c42a9f79 Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Fri, 2 Sep 2022 01:42:47 -0400 Subject: chore: forward v1.25.1 release commit to main (#15735) Co-authored-by: bartlomieju --- ext/webidl/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/webidl') diff --git a/ext/webidl/Cargo.toml b/ext/webidl/Cargo.toml index 7b6407d65..1bab4d190 100644 --- a/ext/webidl/Cargo.toml +++ b/ext/webidl/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webidl" -version = "0.66.0" +version = "0.67.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.148.0", path = "../../core" } +deno_core = { version = "0.149.0", path = "../../core" } -- cgit v1.2.3