-
Notifications
You must be signed in to change notification settings - Fork 94
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
get rid of crossterm and crates dependent on it #1710
get rid of crossterm and crates dependent on it #1710
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is amazing, thanks
just one suggestion
@DeckerSU can you please merge with the latest |
8acf983
to
8bcd4d7
Compare
Co-authored-by: Onur <onurozkan.dev@outlook.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the PR!
the purpose of this PR is to get rid of almost unused
crossterm
dependency (it used only for colored log files output in tests) and couple of other "old" unneeded dependencies in tree, such ascrossterm_winapi
,mio 0.7.13
,miow
,ntapi
,signal-hook
,signal-hook-mio
.