Skip to content

Commit 47effe4

Browse files
committed
Auto merge of #13562 - klensy:pc, r=flip1995
pulldown-cmark: don't pull getopts dep Don't pull getopts, as it unused. Noticed in rust-lang/rust#131892 changelog: none
2 parents a109190 + 2c3a34a commit 47effe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ toml = "0.7.3"
3939
walkdir = "2.3"
4040
filetime = "0.2.9"
4141
itertools = "0.12"
42-
pulldown-cmark = "0.11"
42+
pulldown-cmark = { version = "0.11", default-features = false, features = ["html"] }
4343
rinja = { version = "0.3", default-features = false, features = ["config"] }
4444

4545
# UI test dependencies

0 commit comments

Comments
 (0)