0.5.9
-
Fix an error when using old cargo with a dependency graph containing 2021 edition crates. (#138)
-
Support omitting lower bound of
--version-range
. (#139) -
Add
--keep-going
flag. (#140) -
Fix an issue where
--feature-powerset
and--each-feature
add--all-features
as one of the combinations, even if it is already covered by another combination. (#141)