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
In preparation for the breaking release,
- Removes a couple deprecated methods/aliases. (I didn't modify things
that are too breaking, like removing
`HugrView::mermaid_string_with_config`.
- Adds `since` fields to `#[deprecated]` annotations missing it.
- Replaces `#[allow(deprecated)]`s with `#[expect(deprecated)]` where
possible, so we remember to remove them later.
BREAKING CHANGE: Removed deprecated `From` implementation for
`ExtensionCollectionError`
BREAKING CHANGE: Removed deprecated `NonLocalEdgesError` alias
0 commit comments