diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-04-11 19:00:17 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-11 23:00:17 +0000 |
| commit | ade0cd5e97e25896457624a0ec6bf524a5fa5c20 (patch) | |
| tree | 2d8ceabdd455a1e99fb458413590aba0f7f5880b /Cargo.toml | |
| parent | f1ea8ca3584c6970f4ce1dd43b9a7a9030a4be35 (diff) | |
fix: upgrade deno_ast related crates (#23187)
Had to revert back swc due to
https://github.com/swc-project/swc/issues/8840
Fixes:
- https://github.com/denoland/deno_lint/pull/1262
- https://github.com/denoland/deno_doc/pull/538
- https://github.com/denoland/deno_doc/pull/537
- https://github.com/denoland/deno_graph/pull/430
- https://github.com/denoland/deno_graph/pull/425
- https://github.com/denoland/deno_graph/pull/432
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 30e7e168f..e0d499718 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ license = "MIT" repository = "https://github.com/denoland/deno" [workspace.dependencies] -deno_ast = { version = "0.34.1", features = ["transpiling"] } +deno_ast = { version = "0.36.1", features = ["transpiling"] } deno_core = { version = "0.272.0" } deno_bench_util = { version = "0.139.0", path = "./bench_util" } |
