From fc68da8d9fce4981e935941d9e04e378867315a1 Mon Sep 17 00:00:00 2001 From: denobot Date: Thu, 18 Apr 2024 15:45:32 +0000 Subject: [PATCH] 0.37.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6036697..d9fcac3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -212,7 +212,7 @@ dependencies = [ [[package]] name = "deno_ast" -version = "0.37.0" +version = "0.37.1" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 31fd4ce..08b02f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_ast" -version = "0.37.0" +version = "0.37.1" authors = ["the Deno authors"] documentation = "https://docs.rs/deno_ast" edition = "2021"