Skip to content

epub_builder::Error no longer available for use in next release. #30

@dieterplex

Description

@dieterplex

Since 1e3af55, epub_builder::Error is no longer available for using in downstream project. Specifically mdbook-epub is using epub_builder::Error to define a transparent error variant of thiserror. Without that, it would need to introduce eyre as a dependency IIUC and have some changes to upgrade to next release.

Could you consider re-exporting eyre::Report as Error for compatibility? Or give guidance to migrate?

Edit: see also Eyre's doc

We recommend users do not re-export types from this library as part their own public API for libraries with external users.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions