Skip to content

Commit

Permalink
Better fix for misnamed property
Browse files Browse the repository at this point in the history
  • Loading branch information
kobaltcore committed Nov 9, 2024
1 parent 7eb5991 commit 743d418
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/renconstruct/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ pub enum KnownBuildOption {

#[derive(Debug, Deserialize)]
pub struct Config {
pub build: HashMap<BuildOption, bool>,
#[serde(alias = "build")]
pub builds: HashMap<BuildOption, bool>,
#[serde(default)]
pub options: RenconstructOptions,
pub renutil: RenutilOptions,
Expand Down

0 comments on commit 743d418

Please sign in to comment.