0.2.18
Key Changes
- Adds a
Matches::opt_get
method that can convert a match to anyT: FromStr
. This should be useful for easily getting matched values as numbers - Fixes some long-standing issues around text alignment
- Specifies a minimum version policy
Changes to minimum Rust
The minimum version of Rust required has been set at 1.18.0
. We may change this in patch versions, but will always flag it in the release notes here.
You can always check the .travis.yml
file to see the current minimum supported version.
New Dependencies
unicode-width
for correctly splitting descriptions across multiple lines.