There's [uses of `derive_more::{From, Error}`](https://github.com/CQCL/hugr/blob/5e5cfccb0001bdd6a170ac82267a9146f54640f5/hugr-model/src/v0/binary/read.rs#L8), but [the `Cargo.toml`](https://github.com/CQCL/hugr/blob/5e5cfccb0001bdd6a170ac82267a9146f54640f5/hugr-model/Cargo.toml#L22) only enables the `display` feature. This is not caught by CI because other crates enable those features, and and those are additive in a workspace. I found the error [this semver checks](https://github.com/CQCL/hugr/actions/runs/13549230933/job/37868538677?pr=1938#step:10:119).