Skip to content

Commit

Permalink
fix(config): make prefix optional
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski committed Nov 16, 2024
1 parent 3cad4c1 commit 7b942cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pub struct ConfigTable {
#[derive(Clone, Deserialize)]
pub struct Package {
pub github: String,
#[serde(default)]
pub prefix: String,
}

Expand Down

0 comments on commit 7b942cc

Please sign in to comment.