-
Notifications
You must be signed in to change notification settings - Fork 68
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
[breaking] Remove anyhow
from default features
#136
Comments
Update: This change is planned to go into the next breaking release, since introducing a (default) @ten3roberts responded to my question "Since it's a breaking change anyway, shall we then remove it from default features right away?" with:
|
Status: Waiting for #149 due to some thematic overlap. |
[eyre-rs#131][131] introduced a new anyhow default feature flag to allow users to hide aliased exports such as `eyre::Error` and `eyre::Context`. This changeset removes `anyhow` from the list of default features, making the compatibility layer with the anyhow crate opt-in. Implements [eyre-rs#136][136] [131]: eyre-rs#131 [136]: eyre-rs#136 BREAKING CHANGE: Removing a default feature is a breaking change.
[eyre-rs#131][131] introduced a new anyhow default feature flag to allow users to hide aliased exports such as `eyre::Error` and `eyre::Context`. This changeset removes `anyhow` from the list of default features, making the compatibility layer with the anyhow crate opt-in. Implements [eyre-rs#136][136] [131]: eyre-rs#131 [136]: eyre-rs#136 BREAKING CHANGE: Removing a default feature is a breaking change.
#131 introduces a new
anyhow
default feature flag to allow users to hide aliased exports such aseyre::Error
andeyre::Context
.This issue tracks the removal of
anyhow
from the list of default features, making the compatibility layer with theanyhow
crate opt-in.The text was updated successfully, but these errors were encountered: