From 2c3a34a04017468ba376b045236ea6ecc36b3e71 Mon Sep 17 00:00:00 2001 From: klensy Date: Fri, 18 Oct 2024 17:08:50 +0300 Subject: [PATCH] pulldown-cmark: don't pull getopts dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e4fbdd11f8..ee9c57ab835 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ toml = "0.7.3" walkdir = "2.3" filetime = "0.2.9" 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"] } # UI test dependencies