samkim-crypto

Results 24 comments of samkim-crypto

From clap change logs `v3.0.0`: Subtle changes (i.e. compiler won't catch): - [x] `AppSettings::UnifiedHelpMessage` is now default behaviour - `{flags}` and `{unified}` will assert if present in `App::help_template` - See...

From clap change logs `v3.0.0`: Easier to catch changes: - [ ] When using `no-default-features`, you now have to specify the `std` feature (reserved for future work) - Gated env...

From clap change logs `v3.1.0`: Compatibility: Changes in behavior of note that are not guaranteed to be compatible across releases: - [ ] (help) `help` subcommand shows long help like...

From clap change logs `v3.2.0`: Compatibility MSRV is now 1.56.0 (#3732) Behavior - [ ] Defaults no longer satisfy `required` and its variants (#3793) - [ ] When misusing `ArgMatches::value_of`...