From b7bbfc2543af326783cce7d6975efb809766a534 Mon Sep 17 00:00:00 2001 From: Zac Pullar-Strecker Date: Sat, 1 Aug 2020 14:08:24 +1200 Subject: pulldown_cmark no-default-features --- Cargo.lock | 16 ---------------- crates/ra_ide/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 24fa38d5e..19be9b3fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -399,15 +399,6 @@ version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" -[[package]] -name = "getopts" -version = "0.2.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" -dependencies = [ - "unicode-width", -] - [[package]] name = "gimli" version = "0.22.0" @@ -906,7 +897,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca36dea94d187597e104a5c8e4b07576a8a45aa5db48a65e12940d3eb7461f55" dependencies = [ "bitflags", - "getopts", "memchr", "unicase", ] @@ -1782,12 +1772,6 @@ version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" -[[package]] -name = "unicode-width" -version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" - [[package]] name = "unicode-xid" version = "0.2.1" 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" rustc-hash = "1.1.0" url = "*" pulldown-cmark-to-cmark = "4.0.2" -pulldown-cmark = "0.7.0" +pulldown-cmark = {version = "0.7.2", default-features = false} oorandom = "11.1.2" stdx = { path = "../stdx" } -- cgit v1.2.3