diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-01-04 18:54:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-04 18:54:54 -0500 |
| commit | 0ee64ad84726f7c91842c6a2dab0cb6a96dead4b (patch) | |
| tree | 50d42e65d1f1d1e6b1cffc4e9f38f3e2a5d1dd59 /Cargo.toml | |
| parent | 319f6074761421b797db71bf10f6171516e3d92a (diff) | |
fix: upgrade deno_ast to 0.23 (#17269)
Closes #17172
Closes #15669
Closes #8529
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 0164a9365..b3e3a59be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] v8 = { version = "0.60.0", default-features = false } -deno_ast = { version = "0.21.0", features = ["transpiling"] } +deno_ast = { version = "0.23.2", features = ["transpiling"] } deno_core = { version = "0.164.0", path = "./core" } deno_ops = { version = "0.42.0", path = "./ops" } |
