Open
Description
We are currently not able to update public dependencies exposed in the API due to semver breakage. There probably should be some strategy for how to handle this. For example, public re-exporting the crates so that users can keep the version in sync. Another alternative is to hide these via wrappers or shrinking the number of pub
items.
Currently this affects:
- anyhow
- toml
- pulldown-cmark
Separately, backwards-incompatible behavioral changes in some dependencies may impact compatibility in a way that can't be detected automatically, such as:
- handlebars: If
.hbs
files are interpreted differently, or broken.