Reoccurring bevy_dylib issue with Cargo when Bevy updates to a new major 0.x version
#24763
Replies: 1 comment
|
I would split this into Bevy state and Cargo state. On the Bevy side, The manual direct-dependency path also exists, but then If running For a useful Cargo report, I would include: If |
Uh oh!
There was an error while loading. Please reload this page.
This issue seems to be reoccurring with every major 0.x Bevy update: #14585
It gets fixed for me by running
cargo info bevy_dylibon Fedora 44, but it's a small annoyance.cargo updateandcargo update bevyhave no effect.Is this reported somewhere on Cargo's issue tracker?
I can't find much about it myself except for the linked GitHub issue above and this discussion: #20201.
All reactions