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

replace dependency to atty for windows targets by std implementation #81

Merged
merged 1 commit into from
Jun 12, 2023

Conversation

ChrisCA
Copy link
Contributor

@ChrisCA ChrisCA commented Jun 2, 2023

I replaced the use of atty by the just introduced IsTerminal in std Rust.

The downside is, that this bumps MSRV to 1.70.0 but only for Windows targets which use the colored feature.
But for people who do not need or want to use the colored feature of simple_logger, this would completely remove the dependency on atty which is not maintained any more as mentioned e.g. in #74

@borntyping borntyping merged commit 68db75e into borntyping:main Jun 12, 2023
15 checks passed
@borntyping
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants