You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Non-breaking portgraph & pyo3 version bump (#2069)
`portgraph` is about to [make a breaking
release](CQCL/portgraph#194), and `pyo3`
recently did so.
Normally bumping the dependencies would require us to make a breaking
release of `hugr`, but since in both cases there are no code changes
required for the update we can do a loose version requirement instead,
and let downstream dependents update both dependencies at their own
pace.
drive-by: Setup the MSRV CI check to use the minimal dependency
versions, to ensure we don't break things in the future. This has de
added benefit that we no longer need to pin dependencies in `Cargo.lock`
if their newer versions bumped their MSRV (it currently happens with
`half` and `zerofrom`)
0 commit comments