From be2ddbe3df6c5da4bbf625dc28634151bce9c0d3 Mon Sep 17 00:00:00 2001 From: denobot Date: Mon, 29 Jul 2024 13:59:23 +0000 Subject: [PATCH] 0.41.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 71f906e..279f2aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -233,7 +233,7 @@ dependencies = [ [[package]] name = "deno_ast" -version = "0.40.0" +version = "0.41.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index d5a433a..e1f90ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_ast" -version = "0.40.0" +version = "0.41.0" authors = ["the Deno authors"] documentation = "https://docs.rs/deno_ast" edition = "2021"