diff options
Diffstat (limited to 'crates/ra_ide')
-rw-r--r-- | crates/ra_ide/Cargo.toml | 2 |
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" | |||
19 | rustc-hash = "1.1.0" | 19 | rustc-hash = "1.1.0" |
20 | url = "*" | 20 | url = "*" |
21 | pulldown-cmark-to-cmark = "4.0.2" | 21 | pulldown-cmark-to-cmark = "4.0.2" |
22 | pulldown-cmark = "0.7.0" | 22 | pulldown-cmark = {version = "0.7.2", default-features = false} |
23 | oorandom = "11.1.2" | 23 | oorandom = "11.1.2" |
24 | 24 | ||
25 | stdx = { path = "../stdx" } | 25 | stdx = { path = "../stdx" } |