From 8f065a60e79e221a6ce7f6ce06c3022a85edb56a Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 24 Oct 2023 09:37:02 -0400 Subject: fix: improved using declaration support (#20959) Upgrades to deno_ast 0.30. --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b28813f50..25630b007 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,8 +38,7 @@ license = "MIT" repository = "https://github.com/denoland/deno" [workspace.dependencies] -deno_ast = { version = "0.29.3", features = ["transpiling"] } - +deno_ast = { version = "0.30.2", features = ["transpiling"] } deno_core = { version = "0.222.0" } deno_runtime = { version = "0.129.0", path = "./runtime" } -- cgit v1.2.3