aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorZac Pullar-Strecker <[email protected]>2020-08-01 03:08:24 +0100
committerZac Pullar-Strecker <[email protected]>2020-08-01 03:08:24 +0100
commitb7bbfc2543af326783cce7d6975efb809766a534 (patch)
treee4df948aad9c6b64ba6c1fca33755b56920e4313 /crates
parent19c2830ff86b8765754827b03826870f8640dec2 (diff)
pulldown_cmark no-default-features
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_ide/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide/Cargo.toml b/crates/ra_ide/Cargo.toml
index fdbd7566f..0302924d2 100644
--- a/crates/ra_ide/Cargo.toml
+++ b/crates/ra_ide/Cargo.toml
@@ -19,7 +19,7 @@ log = "0.4.8"
19rustc-hash = "1.1.0" 19rustc-hash = "1.1.0"
20url = "*" 20url = "*"
21pulldown-cmark-to-cmark = "4.0.2" 21pulldown-cmark-to-cmark = "4.0.2"
22pulldown-cmark = "0.7.0" 22pulldown-cmark = {version = "0.7.2", default-features = false}
23oorandom = "11.1.2" 23oorandom = "11.1.2"
24 24
25stdx = { path = "../stdx" } 25stdx = { path = "../stdx" }