Skip to content

Commit

Permalink
fix: add missing doc field
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Nov 21, 2023
1 parent f439152 commit d192220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-dist/src/tasks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ pub struct DistGraph {
pub tap: Option<String>,
/// Whether msvc targets should statically link the crt
pub msvc_crt_static: bool,
///
/// List of hosting providers to use
pub hosting: Option<HostingInfo>,
}

Expand Down

0 comments on commit d192220

Please sign in to comment.