Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix!: Replace atty with is_terminal #248

Merged
merged 4 commits into from Nov 24, 2022
Merged

fix!: Replace atty with is_terminal #248

merged 4 commits into from Nov 24, 2022

Commits on Nov 24, 2022

  1. fix: Bump MSRV to 1.60.0

    This is over 6 months old and allows us to hide optional dependencies as
    features so we can change them without breaking compatibility (after the
    first time).
    epage committed Nov 24, 2022
    Copy the full SHA
    660cf7f View commit details
    Browse the repository at this point in the history
  2. fix!: Rename termcolor/atty features

    This makes it easier to change dependencies in the future.
    
    BREAKING CHANGE: `termcolor` -> `color` and `atty` -> `auto-color`
    epage committed Nov 24, 2022
    Copy the full SHA
    4db5e87 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    066c219 View commit details
    Browse the repository at this point in the history
  4. style: Make clippy happy

    epage committed Nov 24, 2022
    Copy the full SHA
    d55d269 View commit details
    Browse the repository at this point in the history