Cannot lock bevy's patch version #18160
Labels
A-Cross-Cutting
Impacts the entire engine
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
X-Contentious
There are nontrivial implications that should be thought through
Bevy version
0.15.x
What you did
Attempting to lock bevy's patch version in Cargo.toml using:
What went wrong
While this installs version 0.15.2 of the
bevy
crate, it installs 0.15.3 versions of all of bevy's dependencies like bevy_ecs 0.15.3, bevy_render 0.15.3, etc.Ideally I think all of bevy's dependencies should be locked at the same version as the
bevy
crate so that you can specify the exact version of bevy you want to use without individually listing out all of the bevy crates in your Cargo.toml.The text was updated successfully, but these errors were encountered: