Skip to content

Commit

Permalink
Fix root config casing (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Apr 12, 2023
1 parent 568c350 commit ead77fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cargo-deny/check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ pub struct Args {
}

#[derive(Deserialize)]
#[serde(rename_all = "kebab-case", deny_unknown_fields)]
struct Config {
advisories: Option<advisories::cfg::Config>,
bans: Option<bans::cfg::Config>,
Expand Down

0 comments on commit ead77fe

Please sign in to comment.