Skip to content

Commit

Permalink
chore: exclude_dev_dependencies Default value is false
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsik-sus committed Nov 1, 2024
1 parent 8b95df9 commit b71a7aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion module/move/willbe/src/command/publish.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mod private
{
#[ former( default = Channel::Stable ) ]
channel : Channel,
#[ former( default = true ) ]
#[ former( default = false ) ]
exclude_dev_dependencies : bool,
#[ former( default = false ) ]
commit_changes : bool,
Expand Down
2 changes: 1 addition & 1 deletion module/move/willbe/src/command/publish_diff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mod private
#[ derive( former::Former ) ]
struct PublishDiffProperties
{
#[ former( default = true ) ]
#[ former( default = false ) ]
exclude_dev_dependencies : bool,
keep_archive : Option< PathBuf >,
}
Expand Down

0 comments on commit b71a7aa

Please sign in to comment.