Skip to content

Commit 74051c4

Browse files
committed
Auto merge of rust-lang#6055 - lzutao:bump-cmark, r=phansch
Bump pulldown-cmark v0.8 Closes rust-lang#6054 changelog: none
2 parents 0695f21 + ad6f8c6 commit 74051c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cargo_metadata = "0.11.1"
2121
if_chain = "1.0.0"
2222
itertools = "0.9"
2323
lazy_static = "1.0.2"
24-
pulldown-cmark = { version = "0.7.1", default-features = false }
24+
pulldown-cmark = { version = "0.8", default-features = false }
2525
quine-mc_cluskey = "0.2.2"
2626
regex-syntax = "0.6"
2727
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)