diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-23 11:25:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-23 11:25:44 +0100 |
| commit | e49973d96d6817378c71bf1875b03b77d083f1d3 (patch) | |
| tree | f13543292de82ae92e127a137d6f9fc11ceb66b0 /Cargo.toml | |
| parent | ec97c7dd4b5c1be83639769990ca6d37345089ca (diff) | |
chore: update deno_ast and deno_graph (#22033)
This upgrade unblocks support for ES decorator proposal.
Co-authored-by: crowlkats <crowlkats@toaxl.com>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index c2030b89f..748637089 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ license = "MIT" repository = "https://github.com/denoland/deno" [workspace.dependencies] -deno_ast = { version = "1.0.1", features = ["transpiling"] } +deno_ast = { version = "0.32.0", features = ["transpiling"] } deno_core = { version = "0.248.0" } deno_runtime = { version = "0.140.0", path = "./runtime" } |
