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: Replacing atty unmaintained dependency #194

Merged
merged 2 commits into from
Aug 6, 2024
Merged

fix: Replacing atty unmaintained dependency #194

merged 2 commits into from
Aug 6, 2024

Commits on Aug 6, 2024

  1. Replacing atty and update env_logger

    -atty, a dependency that has not been maintained for 4 years, is replaced by the standard library std::io::IsTerminal
    -env_logger is updated to version 0.11.5, which does not include atty
    MPSxDev committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    3728aa7 View commit details
    Browse the repository at this point in the history
  2. minor refactorings

    frol committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    57ac425 View commit details
    Browse the repository at this point in the history