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

Remove anyhow #46

Merged
merged 2 commits into from
Oct 7, 2024
Merged

Remove anyhow #46

merged 2 commits into from
Oct 7, 2024

Conversation

kayabaNerve
Copy link

Resolves #27.

Not only should anyhow generally not be used in libraries, it adds no value here (it arguably makes error handling from this library worse actually).

Bumps version to 2.0 as this is a breaking API change :/

Resolves maciejhirsz#27.

Not only should anyhow generally not be used in libraries, it adds no value
here (it arguably makes error handling from this library worse actually).

Bumps version to 2.0 as this is a breaking API change :/
@gilescope
Copy link

Good spot.

@wigy-opensource-developer

For me it seems that quite some projects went ahead and started using https://crates.io/crates/bip39 and therefore @maciejhirsz is less responsive here.

@maciejhirsz maciejhirsz merged commit a2e3459 into maciejhirsz:master Oct 7, 2024
1 check passed
@kayabaNerve kayabaNerve deleted the remove-anyhow branch October 7, 2024 19:34
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.

Remove anyhow and return ErrorKind errors
4 participants