Releases: kbknapp/cargo-outdated
Releases · kbknapp/cargo-outdated
Merge pull request #59 from kbknapp/v0.5.0
v0.5.0 (2017-09-18)
Refactoring
Improvements
- Replaces
RM
with Removed
(closes #46)
- Adds
Kind
, Platform
in output
Features
- Supports
cargo
workspaces (closes #28)
- Supports embedded dependencies (fixes #50)
- Supports build/development/target-specific dependencies (closes #20, fixes #49)
- Adds
--all-features
, --features
, --no-default-features
v0.3.0: Auto merge of #30 - kbknapp:issue-29, r=kbknapp
v0.3.0 (2016-12-05)
Features
- adds a --manifest-path and --lockfile-path to allow use with other projects (5f886d27, closes #29)
v0.2.0
- Exit Codes: adds feature for custom exit code on new vers (61c8bb9b, closes #23)
Improvements
v0.1.3: Auto merge of #14 - kbknapp:depupdate, r=kbknapp
v0.1.3 (2015-11-14)
Documentation
Bug Fixes
- fixes build error on windows due to upstream dep (af4e1a70)
Merge pull request #11 from kbknapp/v0.1.1
v0.1.1 (2015-11-04)
Documentation
Improvements
- various fixes from clippy run (b8b633fc)