From 954a3943ae0d75778be7e10d63d124e256fa3679 Mon Sep 17 00:00:00 2001 From: denobot Date: Mon, 29 Jul 2024 16:04:24 +0000 Subject: [PATCH] 0.41.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6116acf..73e8491 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -224,7 +224,7 @@ dependencies = [ [[package]] name = "deno_ast" -version = "0.41.0" +version = "0.41.1" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 6fabf83..7dc290b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_ast" -version = "0.41.0" +version = "0.41.1" authors = ["the Deno authors"] documentation = "https://docs.rs/deno_ast" edition = "2021"