Skip to content

Conversation

@leo60228
Copy link

error-chain is declining in popularity. It also, more importantly, does not implement Sync on its errors. This causes issues with popular parts of the ecosystem such as anyhow. thiserror is a minimal alternative to error-chain that fulfills this crate's needs, and implements Sync. However, error-chain is exposed in the public API, making this a breaking change. I bumped the crate version to 0.6.0.

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.

1 participant