Should v0.18.1 dependencies be updated to v0.18.1 too (replacing v0.18.0) #23308
-
|
Hi, I'm wondering if dependencies like eg. https://github.com/bevyengine/bevy/blob/release-0.18.1/Cargo.toml#L714 I'm new to this so not sure if this is intended. Using Renovate to manage crate versions this creates PRs where only the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
This is intentional but confusing — Bevy uses |
Beta Was this translation helpful? Give feedback.
This is intentional but confusing — Bevy uses
=0.18.0on internal crates so a 0.18.1 patch publish doesn't force a breaking resolve on downstream users. The meta crate re-exportsbevy_internalwith a looser range. For Renovate, either ignorebevy_internal/bevy_*sub-crates (they come along for the ride viabevy), or add a grouping rule so allbevy_*crates bump together.