diff --git a/Cargo.lock b/Cargo.lock index 5ffd2e4..55ae359 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -192,7 +192,7 @@ dependencies = [ [[package]] name = "deno_ast" -version = "0.30.2" +version = "0.31.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index ec366ae..04747f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_ast" -version = "0.30.2" +version = "0.31.0" authors = ["the Deno authors"] documentation = "https://docs.rs/deno_ast" edition = "2021"