summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2021-04-26 11:43:32 -0400
committerGitHub <noreply@github.com>2021-04-26 17:43:32 +0200
commit791513d608279796a6a1fd963ea1d5b012699baa (patch)
tree1fe7bf5abd52ee6c3151b3041b0000366fa6e335 /cli
parent0d3b22a53a21544b0105f01bda297d98e1884dd4 (diff)
feat: Support deno-fmt-ignore-file for markdown formatting (#10191)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 90fa80593..a2b90b916 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -46,7 +46,7 @@ clap = "2.33.3"
data-url = "0.1.0"
dissimilar = "1.0.2"
dprint-plugin-json = "0.10.1"
-dprint-plugin-markdown = "0.6.2"
+dprint-plugin-markdown = "0.7.0"
dprint-plugin-typescript = "0.44.0"
encoding_rs = "0.8.28"
env_logger = "0.8.3"