diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-10-24 09:37:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-24 09:37:02 -0400 |
| commit | 8f065a60e79e221a6ce7f6ce06c3022a85edb56a (patch) | |
| tree | e1be8f4d384b5dd4f73940b86fd60cc58f43aef1 /Cargo.toml | |
| parent | 9df36b33c6aa250daa200167eb0e1b9d6d738da1 (diff) | |
fix: improved using declaration support (#20959)
Upgrades to deno_ast 0.30.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
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" } |
