You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolved #137 by adding a --format <human|json> option. All diagnostic and log messages from the check subcommand respect this flag.
Changed
Resolved #216 by adding support for the --all-features, --features, and --no-default-features flags to specify the exact features to have enabled when gathering the crates in your dependency graph to actually run checks against. This is a BREAKING CHANGE as previously crates were gathered with --all-features.
The --color option for the list subcommand has been moved to the top level arguments.
Removed
The --context option , which was deprecated in 0.6.3, has been removed.
Fixed
Resolved #211 by adding a top-level --color <auto|always|never> option, if stderr is not a TTY or never is passed, no colors will be present in the output stream.