diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-19 12:35:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-19 16:35:51 +0000 |
| commit | a20418e2e8c4753e9e479ad0c0cc2a2087f374d6 (patch) | |
| tree | c4cbaeeae579b94f95a3bea5eed61bed7e9d3b43 /cli | |
| parent | 48701c19f8b2661c7e2cd997e62070d74baa86d0 (diff) | |
fix(fmt): regression with pipe in code blocks in tables (#25098)
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 97f21deb2..5d329abce 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -101,7 +101,7 @@ dissimilar = "=1.0.4" dotenvy = "0.15.7" dprint-plugin-json = "=0.19.3" dprint-plugin-jupyter = "=0.1.3" -dprint-plugin-markdown = "=0.17.4" +dprint-plugin-markdown = "=0.17.5" dprint-plugin-typescript = "=0.91.6" env_logger = "=0.10.0" fancy-regex = "=0.10.0" |
