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
started doing it and it failed half-way through again, this time for a rejection of cargo categories...
error: failed to publish to registry at https://crates.io
Caused by:
the remote server responded with an error (status 400 Bad Request): The following category slugs are not currently supported on crates.io: configuration
See https://crates.io/category_slugs for a list of supported slugs.
it's been a month since the last release so it's time to get another release out the door, particularly since there's a new fix in there (#1541)
merged prs in milestone
biggest features that i plan to highlight
i'll prep some release notes herein by tonight, and probably do a release tomorrow.
Highlights
core::labels
module for creating typed label selectors forListParams
orWatchParams
. Can be constructed with the nativeLabelSelector
, or directly fromSelector
/Expression
. Via Label selector support #1539.prelude
module for extension traits to simplify imports. Via Add prelude for blanket and extension traits across sub-crates #1527The text was updated successfully, but these errors were encountered: