diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-11-23 16:03:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-23 21:03:40 +0000 |
| commit | 9b79946e14fe8becf31925a8a5d712c1b86cc037 (patch) | |
| tree | ad1b19972cd93276f24afb4811f4993e8ff86c1e /Cargo.toml | |
| parent | aadd369589cbc31779ab551274e7952405570be3 (diff) | |
fix(swc): support jsx pragma when hashbang present (#21317)
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 f1a575636..2f8618daa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ license = "MIT" repository = "https://github.com/denoland/deno" [workspace.dependencies] -deno_ast = { version = "0.31.5", features = ["transpiling"] } +deno_ast = { version = "0.31.6", features = ["transpiling"] } deno_core = { version = "0.232.0" } deno_runtime = { version = "0.132.0", path = "./runtime" } |
