The minimal-versions shared workflow presently doesn't provide a way to pass the --exclude-features parameter to cargo hack.
This is problematic when using a 3rd party dependency which isn't minimal-versions-clean itself. In particular I'm experiencing this with ed25519-dalek:
https://github.com/RustCrypto/formats/runs/5739309796?check_suite_focus=true
It would be nice to opt out of minimal-versions in these cases by excluding the features from the workflow. While a "proper" fix is making the upstream dependency minimal-versions clean, it would be nice in the interim to still have the check work without having to list out the relevant dependencies in dev-dependencies.