Skip to content

Commit b7bbfc2

Browse files
committed
pulldown_cmark no-default-features
1 parent 19c2830 commit b7bbfc2

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

Cargo.lock

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

crates/ra_ide/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ log = "0.4.8"
1919
rustc-hash = "1.1.0"
2020
url = "*"
2121
pulldown-cmark-to-cmark = "4.0.2"
22-
pulldown-cmark = "0.7.0"
22+
pulldown-cmark = {version = "0.7.2", default-features = false}
2323
oorandom = "11.1.2"
2424

2525
stdx = { path = "../stdx" }

0 commit comments

Comments
 (0)