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
From what I gather in web discussions, crates with multiple inner dependencies with the main name prefixed are done in batches. So what I think is happening is that a new crate that I released (https://crates.io/crates/bevy_ui_bits) is waiting on more bevy_ crates to start the batch. Can something be done about it?
Sorry if I may be incorrect about this assumption, feel free to close this issue if that's the case.