clap-cargo 0.3.1

Re-usable CLI flags for `cargo` plugins
Documentation
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.3.1] - 2020-05-11

#### Fixes

* Workaround structopt bug causing documentation to override help strings

## 0.3.0 (2019-12022)

#### Breaking Changes

* cargo_metadata 0.9 is now required


## 0.2.0 (2019-09-12)

#### Features

* `--workspace` has been added with `--all` acting as an alias.

#### Breaking Changes

* structopt 0.3 is now required
* cargo_metadata 0.8 is now required
* Structs are now non-exhaustive


## 0.1.4 (2019-05-23)


#### Bug Fixes

*   Argument names were missing ([c444c5cc]https://github.com/crate-ci/clap-cargo/commit/c444c5cc019f08c6f2e619e166344f548531b8f6)


<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/assert-rs/predicates-rs/compare/v0.3.0...v0.3.1