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

Remove usage of is-terminal and atty crates #7104

Merged
merged 3 commits into from
Sep 29, 2023

Commits on Sep 28, 2023

  1. Remove usage of is-terminal and atty crates

    This functionality is now folded into the standard library itself.
    alexcrichton committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    06c1d85 View commit details
    Browse the repository at this point in the history
  2. Fix syntax

    alexcrichton committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    2f7153b View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Fix a unix/windows cfg

    alexcrichton committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    39f6083 View commit details
    Browse the repository at this point in the history