From d192220f437cff13eb065abfa5ff113c18a7f90b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Misty=20De=20M=C3=A9o?= Date: Tue, 21 Nov 2023 11:47:12 -0800 Subject: [PATCH] fix: add missing doc field --- cargo-dist/src/tasks.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cargo-dist/src/tasks.rs b/cargo-dist/src/tasks.rs index 8ae68dd8a..fd91d64cb 100644 --- a/cargo-dist/src/tasks.rs +++ b/cargo-dist/src/tasks.rs @@ -194,7 +194,7 @@ pub struct DistGraph { pub tap: Option, /// Whether msvc targets should statically link the crt pub msvc_crt_static: bool, - /// + /// List of hosting providers to use pub hosting: Option, }