yagit

Yet another static site generator for Git 🙀️

Commit
87a7363b59e2e9d10a569ebfddd8ecb93fa4742e
Parent
72a0e3104448a5ca0fcd2f5d3883cae40d2dea74
Author
Pablo <pablo-pie@riseup.net>
Date

Enabled the same optimization for the Markdown-renderer

Diffstats

1 files changed, 1 insertions, 1 deletions

Status Name Changes Insertions Deletions
Modified Cargo.toml 2 files changed 1 1
diff --git a/Cargo.toml b/Cargo.toml
@@ -7,7 +7,7 @@ description = "Yet another static site generator for Git"
 [dependencies]
 git2 = "0.20.0"
 libc = "0.2.170"
-pulldown-cmark = "0.13.0"
+pulldown-cmark = { version = "0.13.0", features = ["simd"] }
 static-toml = "1.3.0"
 
 [profile.release]