From 7d2324063a70be4a1978116d6adb0c49594567f5 Mon Sep 17 00:00:00 2001 From: rolv Date: Sun, 22 Dec 2024 15:47:23 +0000 Subject: [PATCH] fix: features ordering --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dc6f1ff..7b0a252 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,8 +42,8 @@ color = ["annotate-snippets?/color", "dep:termcolor"] default = ["cli", "native-tls"] docker = [] full = ["cli-complete", "docker", "unstable"] -markdown = ["dep:pulldown-cmark", "html"] html = ["dep:html_parser"] +markdown = ["dep:pulldown-cmark", "html"] multithreaded = ["dep:tokio"] native-tls = ["reqwest/native-tls"] native-tls-vendored = ["reqwest/native-tls-vendored"]