diff options
author | Marvin Hagemeister <marvin@deno.com> | 2024-09-30 21:25:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-30 21:25:30 +0200 |
commit | c5c18699921cd45021f8c130eecdc09099c26878 (patch) | |
tree | 0cc987e35c47e476cc865f67e0e89bbf39048cd6 /Cargo.toml | |
parent | 05ca6994ca36a152b793654e7c631271b6280521 (diff) |
fix: precompile preserve SVG camelCase attributes (#25945)
See https://github.com/denoland/deno_ast/pull/278
Fixes https://github.com/denoland/deno/issues/25810
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 4ce310539..ce333c728 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ license = "MIT" repository = "https://github.com/denoland/deno" [workspace.dependencies] -deno_ast = { version = "=0.42.0", features = ["transpiling"] } +deno_ast = { version = "=0.42.1", features = ["transpiling"] } deno_core = { version = "0.311.0" } deno_bench_util = { version = "0.162.0", path = "./bench_util" } |