Skip to content

Commit e133821

Browse files
Update to last pulldown version
1 parent 474cc09 commit e133821

File tree

3 files changed

+29
-37
lines changed

3 files changed

+29
-37
lines changed

src/Cargo.lock

Lines changed: 27 additions & 35 deletions
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.9"
28+
pulldown-cmark = { version = "0.0.14", default-features = false }
2929

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

src/librustdoc/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// except according to those terms.
1010

1111
#![crate_name = "rustdoc"]
12-
#![unstable(feature = "rustdoc", issue = "27812")]
12+
#![unstable(feature = "rustc_private", issue = "27812")]
1313
#![crate_type = "dylib"]
1414
#![crate_type = "rlib"]
1515
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",

0 commit comments

Comments
 (0)