Enable SIMD for pulldown-cmark

This commit is contained in:
Konrad Borowski 2020-09-18 08:57:00 +02:00
parent c839940e1c
commit dca5154263

View File

@ -19,7 +19,7 @@ itertools = "0.9.0"
log = "0.4.8"
mime = "0.3.16"
once_cell = "1.3.1"
pulldown-cmark = "0.8.0"
pulldown-cmark = { version = "0.8.0", features = ["simd"] }
rand = "0.7.3"
reqwest = { version = "0.10.4", features = ["json"] }
serde = { version = "1.0.106", features = ["derive"] }