From 40574eab809899555a19032afc48e4b2f7cff8dc Mon Sep 17 00:00:00 2001 From: denobot Date: Mon, 30 Sep 2024 18:11:13 +0000 Subject: [PATCH] 0.42.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a4129b..5114e34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -224,7 +224,7 @@ dependencies = [ [[package]] name = "deno_ast" -version = "0.42.0" +version = "0.42.1" dependencies = [ "base64", "deno_media_type", diff --git a/Cargo.toml b/Cargo.toml index 698484a..2257785 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_ast" -version = "0.42.0" +version = "0.42.1" authors = ["the Deno authors"] documentation = "https://docs.rs/deno_ast" edition = "2021"