summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMarvin Hagemeister <marvin@deno.com>2024-09-30 21:25:30 +0200
committerGitHub <noreply@github.com>2024-09-30 21:25:30 +0200
commitc5c18699921cd45021f8c130eecdc09099c26878 (patch)
tree0cc987e35c47e476cc865f67e0e89bbf39048cd6 /Cargo.toml
parent05ca6994ca36a152b793654e7c631271b6280521 (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.toml2
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" }