diff options
author | Pig Fang <g-plane@hotmail.com> | 2024-10-31 21:50:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-31 14:50:58 +0100 |
commit | 56f25af2c7b8b158ae21271c129ea0f0bf3c258f (patch) | |
tree | d644c31605c2ba63acc788369578ca293cec7ca0 /cli/Cargo.toml | |
parent | 2f0c25d33fc0c8bb8e6e92826b2549f429d68d42 (diff) |
fix(fmt): fix several HTML and components issues (#26654)
Fix #26245
Close #26324
Fix #26508
Fix #26540
Fix #26562
---------
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index ef92947d2..782adfd90 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -129,7 +129,7 @@ libz-sys.workspace = true log = { workspace = true, features = ["serde"] } lsp-types.workspace = true malva = "=0.11.0" -markup_fmt = "=0.14.0" +markup_fmt = "=0.15.0" memmem.workspace = true monch.workspace = true notify.workspace = true |