Skip to content

Commit

Permalink
Merge pull request #217 from Enraged-Dun-Cookie-Development-Team/fix-…
Browse files Browse the repository at this point in the history
…ReleaseVersionDefault

🐛 修复ReleaseVersion的删除字段serde无默认
  • Loading branch information
Goodjooy authored Nov 29, 2024
2 parents 73812e2 + cada8f0 commit 956e82b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ pub struct ReleaseVersion {
#[builder(via_mutators)]
download_source: Vec<DownloadSourceItem>,
#[builder(default = false)]
#[serde(default)]
deleted: bool,
}

Expand Down

0 comments on commit 956e82b

Please sign in to comment.