From bdf0ffc39e44078944f3e762c42668ba2ca18cef Mon Sep 17 00:00:00 2001 From: denobot Date: Thu, 11 Apr 2024 02:39:36 +0000 Subject: [PATCH] 0.35.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 96afd66..3a46a1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -233,7 +233,7 @@ dependencies = [ [[package]] name = "deno_ast" -version = "0.35.2" +version = "0.35.3" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index d89c7c0..fc9cbb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_ast" -version = "0.35.2" +version = "0.35.3" authors = ["the Deno authors"] documentation = "https://docs.rs/deno_ast" edition = "2021"