From 5efdaa05e15e5d928ccf81f99977be1f315e4cc1 Mon Sep 17 00:00:00 2001 From: denobot Date: Tue, 5 Sep 2023 22:28:18 +0000 Subject: [PATCH] 0.29.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a105cb8..882b15a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -192,7 +192,7 @@ dependencies = [ [[package]] name = "deno_ast" -version = "0.29.0" +version = "0.29.1" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 44198e4..49ee357 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_ast" -version = "0.29.0" +version = "0.29.1" authors = ["the Deno authors"] documentation = "https://docs.rs/deno_ast" edition = "2021"