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

cargo: move from 'failure' (now deprecated) to 'anyhow' #519

Closed
lucab opened this issue Apr 1, 2021 · 1 comment · Fixed by #533
Closed

cargo: move from 'failure' (now deprecated) to 'anyhow' #519

lucab opened this issue Apr 1, 2021 · 1 comment · Fixed by #533
Assignees
Milestone

Comments

@lucab
Copy link
Contributor

lucab commented Apr 1, 2021

When this project started, https://github.com/rust-lang-nursery/failure was the most ergonomic approach to error-handling.

In the meanwhile, lot of things have been modernized and improved in the stdlib. The library is now marked as deprecated. https://github.com/dtolnay/anyhow is a good replacement for applications like Zincati.

@kelvinfan001 kelvinfan001 self-assigned this Apr 7, 2021
@lucab lucab linked a pull request Apr 19, 2021 that will close this issue
@lucab
Copy link
Contributor Author

lucab commented Apr 19, 2021

Closed via #533

@lucab lucab closed this as completed Apr 19, 2021
@lucab lucab added this to the vNext milestone Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants