From 58b379fefb841f5ddd17dd422937e8543cd98a73 Mon Sep 17 00:00:00 2001 From: denobot Date: Thu, 13 Jun 2024 22:30:13 +0000 Subject: [PATCH] 0.39.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4492deb..92f0efd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -233,7 +233,7 @@ dependencies = [ [[package]] name = "deno_ast" -version = "0.39.1" +version = "0.39.2" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index d34dcac..327cfd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_ast" -version = "0.39.1" +version = "0.39.2" authors = ["the Deno authors"] documentation = "https://docs.rs/deno_ast" edition = "2021"