diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-08-28 08:28:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-28 12:28:06 +0000 |
| commit | ebfead10211ad406a4f398e5fe22cca67fcf69a5 (patch) | |
| tree | ee1b28317b2d6db9745a81aa09e99fec25d40464 /Cargo.lock | |
| parent | c2547ba039096d2f8e07a2fd89360956ac94014a (diff) | |
fix(fmt/markdown): ignore trailing words in code block info string for language detection (#20310)
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 83fd94273..d1a6d176e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1789,9 +1789,9 @@ dependencies = [ [[package]] name = "dprint-plugin-markdown" -version = "0.15.3" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f20e5763efd89925412ac0f525a25bbba9066b2ba924eae87ab8a7120df0744c" +checksum = "e9c557186cbae35d90a72fd6081c5c321ff002e5883d134497c433961992fc8c" dependencies = [ "anyhow", "dprint-core", |
