diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-30 17:12:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-30 17:12:13 -0400 |
| commit | 4a5642779e133425f4e6c75865de28952c761a8d (patch) | |
| tree | 9035f4c4f1fbe8b287184edf16b2ebd0c53a4ff4 /Cargo.toml | |
| parent | b1c6142f741a507ba6594ab174065e00213100b9 (diff) | |
fix: upgrade deno_ast 0.42 (#25313)
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 59484fd44..70d74eb9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ license = "MIT" repository = "https://github.com/denoland/deno" [workspace.dependencies] -deno_ast = { version = "=0.41.2", features = ["transpiling"] } +deno_ast = { version = "=0.42.0", features = ["transpiling"] } deno_core = { version = "0.307.0" } deno_bench_util = { version = "0.161.0", path = "./bench_util" } |
