Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change removes re-exports of dependencies. These re-exports provide direct access to transient dependencies, but this crate isn't helped much by this and it may in fact be an anti-pattern. Downstream crates should probably manage dependencies like `miette` and `mitsein` via Cargo and other standard practice instead.
- Loading branch information