From 33413e77ddaaca00d6b93b3aa4c917e4e3e2b4f0 Mon Sep 17 00:00:00 2001 From: Qrius Date: Thu, 26 Sep 2024 00:11:06 +0200 Subject: Add punycode feature to minireq, add doc on wodl-macro --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d0aa9b3..69409c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ deadlinks = ["dep:minreq"] [dependencies] markdown = { version = "1.0.0-alpha.20", optional = true } chrono = { version = "0.4.38", optional = true } -minreq = { version = "2.12.0", optional = true, features = ["https"] } +minreq = { version = "2.12.0", optional = true, features = ["https", "punycode"] } [[bin]] name = "skaldpress" -- cgit v1.2.3