diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-01-11 13:35:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-11 18:35:45 +0000 |
| commit | 8c3c02354d6278e06561aff3cc5847407dcc0244 (patch) | |
| tree | b6c549b758aa0d0c3e8972a277af69454daa5454 /Cargo.lock | |
| parent | d0a53c3ce509d8a012315d8008a33c03802fc70c (diff) | |
fix(fmt): better handling of link reference definitions when formatting markdown (#17352)
Two fixes:
- https://github.com/dprint/dprint-plugin-markdown/pull/75
- https://github.com/dprint/dprint-plugin-markdown/pull/73
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 414f57cb4..79559a3b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1434,9 +1434,9 @@ dependencies = [ [[package]] name = "dprint-plugin-markdown" -version = "0.15.1" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0aec6d8d6d9a3a4c1a260893677d24c8feb03ce5f4ee5f6522c9da5e00e5597d" +checksum = "5095e6471bc71892fd4fe3f74205a6d2e22bd3be9b09758fd23bff67b5ec15fd" dependencies = [ "anyhow", "dprint-core", |
