Skip to content

Commit

Permalink
Bump default manifest version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 20, 2023
1 parent e419d5b commit 0c4fe22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ pub struct XWinOptions {
)]
pub xwin_variant: Vec<xwin::Variant>,

/// The version to retrieve, can either be a major version of 15 or 16, or
/// The version to retrieve, can either be a major version of 15, 16 and 17, or
/// a "<major>.<minor>" version.
#[arg(long, env = "XWIN_VERSION", default_value = "16", hide = true)]
#[arg(long, env = "XWIN_VERSION", default_value = "17", hide = true)]
pub xwin_version: String,

/// Whether or not to include debug libs
Expand Down

0 comments on commit 0c4fe22

Please sign in to comment.