Skip to content

Commit 474cc09

Browse files
Update pulldown version after fix merged
1 parent e51f325 commit 474cc09

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

src/Cargo.lock

Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/librustdoc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rustc_trans = { path = "../librustc_trans" }
2525
serialize = { path = "../libserialize" }
2626
syntax = { path = "../libsyntax" }
2727
syntax_pos = { path = "../libsyntax_pos" }
28-
pulldown-cmark = "0.0.8"
28+
pulldown-cmark = "0.0.9"
2929

3030
[build-dependencies]
3131
build_helper = { path = "../build_helper" }

0 commit comments

Comments
 (0)