pulldown-cmark: don't pull getopts dep
This commit is contained in:
parent
a109190d70
commit
2c3a34a040
@ -39,7 +39,7 @@ toml = "0.7.3"
|
|||||||
walkdir = "2.3"
|
walkdir = "2.3"
|
||||||
filetime = "0.2.9"
|
filetime = "0.2.9"
|
||||||
itertools = "0.12"
|
itertools = "0.12"
|
||||||
pulldown-cmark = "0.11"
|
pulldown-cmark = { version = "0.11", default-features = false, features = ["html"] }
|
||||||
rinja = { version = "0.3", default-features = false, features = ["config"] }
|
rinja = { version = "0.3", default-features = false, features = ["config"] }
|
||||||
|
|
||||||
# UI test dependencies
|
# UI test dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user