v3.2.2
[3.2.2] - 2022-06-14
Fixes
- (derive) Improve the highlighted code for deprecation warnings
gated behind unstable-v4
- (derive) Default to
#[clap(value_parser, action)]
instead of#[clap(parse)]
(#3827)
gated behind unstable-v4
#[clap(value_parser, action)]
instead of #[clap(parse)]
(#3827)