We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a109190 + 2c3a34a commit 47effe4Copy full SHA for 47effe4
Cargo.toml
@@ -39,7 +39,7 @@ toml = "0.7.3"
39
walkdir = "2.3"
40
filetime = "0.2.9"
41
itertools = "0.12"
42
-pulldown-cmark = "0.11"
+pulldown-cmark = { version = "0.11", default-features = false, features = ["html"] }
43
rinja = { version = "0.3", default-features = false, features = ["config"] }
44
45
# UI test dependencies
0 commit comments