diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-11-29 19:34:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-30 00:34:38 +0000 |
commit | 73f8c820f37674f22baaa03fa07fd4ae87a274d5 (patch) | |
tree | 195e0c872b38c80792ff176947e8577bc9eaf555 /cli | |
parent | e2655c992e6d057c7965a21d6f32eb52760e0d36 (diff) |
fix(fmt/markdown): fix emoji width calculation in tables (#16870)
https://github.com/dprint/dprint-plugin-markdown/pull/67
Diffstat (limited to 'cli')
-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 0bbb75ddc..414252548 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -62,7 +62,7 @@ clap_complete_fig = "=3.1.5" data-url.workspace = true dissimilar = "=1.0.4" dprint-plugin-json = "=0.16.0" -dprint-plugin-markdown = "=0.14.2" +dprint-plugin-markdown = "=0.14.3" dprint-plugin-typescript = "=0.78.0" encoding_rs.workspace = true env_logger = "=0.9.0" |