We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
exclude_dev_dependencies
false
1 parent d1bd9d5 commit f772d9aCopy full SHA for f772d9a
module/move/willbe/src/command/publish.rs
@@ -15,7 +15,7 @@ mod private
15
{
16
#[ former( default = Channel::Stable ) ]
17
channel : Channel,
18
- #[ former( default = true ) ]
+ #[ former( default = false ) ]
19
exclude_dev_dependencies : bool,
20
#[ former( default = false ) ]
21
commit_changes : bool,
module/move/willbe/src/command/publish_diff.rs
@@ -13,7 +13,7 @@ mod private
13
#[ derive( former::Former ) ]
14
struct PublishDiffProperties
keep_archive : Option< PathBuf >,
}
0 commit comments