Skip to content

Commit 81ec9d3

Browse files
Rollup merge of #47436 - GuillaumeGomez:up-html-diff, r=QuietMisdreavus
Update html-diff crate => fix unicode parsing and invalid paths r? @QuietMisdreavus
2 parents af6bdd2 + e2bd0e1 commit 81ec9d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/librustdoc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ doctest = false
1212

1313
[dependencies]
1414
pulldown-cmark = { version = "0.1.0", default-features = false }
15-
html-diff = "0.0.5"
15+
html-diff = "0.0.6"
1616
tempdir = "0.3"
1717

1818
[build-dependencies]

0 commit comments

Comments
 (0)