summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-09-14 14:08:59 -0400
committerGitHub <noreply@github.com>2023-09-14 18:08:59 +0000
commit6dc8682b9acabea56fd69a25c28b6a8f95c2ce26 (patch)
tree944784e77b1008bd2bc3e2673927ddf6f896c5c6 /Cargo.toml
parente66d3c2c2e287879a757e12943a6d240981cb9e8 (diff)
feat: explicit resource management in TypeScript (#20506)
This adds support for `using` and `await using` declarations in TypeScript only. We need to wait for v8 to support it for this to work in JS.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 402b6e507..08a112f23 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@ license = "MIT"
repository = "https://github.com/denoland/deno"
[workspace.dependencies]
-deno_ast = { version = "0.29.1", features = ["transpiling"] }
+deno_ast = { version = "0.29.3", features = ["transpiling"] }
deno_core = { version = "0.211.0" }