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

Migrate to clap v4 and remove atty dependency #64

Merged
merged 3 commits into from
Jan 22, 2024

Conversation

sosthene-nitrokey
Copy link
Contributor

This PR updates the clap dependency and removed the unmainted atty dependency.

atty is replaced with the use of std::io::IsTerminal, stable since rust 1.70.

@sosthene-nitrokey
Copy link
Contributor Author

The clippy lints errors appear to be caused by clippy updates rather than this PR.

I fixed them in the last commit nonetheless.

@dalance
Copy link
Collaborator

dalance commented Jan 22, 2024

Looks good.
I'll merge this PR.

@dalance dalance merged commit 01e8bbb into onur:master Jan 22, 2024
This was referenced Jan 22, 2024
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.

2 participants