Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 29.1.0 with support for sealed trait analysis.
This release includes breaking changes, which are unable to be released as a new major version due to the requirement to match the major version number with the rustdoc format version. We are following our usual process of bumping the minor number instead. The breaking changes are: - type `IndexedCrate` is no longer `Sync` - type `IndexedCrate` is no longer `RefUnwindSafe` - type `RustdocAdapter` is no longer `Sync` - type `RustdocAdapter` is no longer `UnwindSafe` - type `RustdocAdapter` is no longer `Send` - type `RustdocAdapter` is no longer `RefUnwindSafe`
- Loading branch information