diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-12-13 18:36:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-13 23:36:02 +0000 |
| commit | 392cca87a80951eef32c96a127d73ebe33a9e117 (patch) | |
| tree | 10dacc3de1d4c2eea8ba682a2afd13eb00077e69 /.dprint.json | |
| parent | 929847c7223db5c1ea2e7eec6d47b09e34a5797d (diff) | |
fix(fmt): panic in yaml header with multi-byte characters (#17042)
Closes #17010
Diffstat (limited to '.dprint.json')
| -rw-r--r-- | .dprint.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.dprint.json b/.dprint.json index 22d475777..d5c5ee343 100644 --- a/.dprint.json +++ b/.dprint.json @@ -45,7 +45,7 @@ "plugins": [ "https://plugins.dprint.dev/typescript-0.79.0.wasm", "https://plugins.dprint.dev/json-0.17.0.wasm", - "https://plugins.dprint.dev/markdown-0.15.0.wasm", + "https://plugins.dprint.dev/markdown-0.15.1.wasm", "https://plugins.dprint.dev/toml-0.5.4.wasm", "https://plugins.dprint.dev/exec-0.3.2.json@8efbbb3fcfbdf84142c3c438fbdeaf1637152a020032127c837b2b14e23261c3" ] |
