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.