Mike Burr - log

[rust] Consider what `Cargo.lock` can do/not do for your free time

I ran into a problem that is rather specific to the way Rust works. Maybe it's not unique.

If you upgrade the most innocuous-looking sub-sub-sub dependency you can find (or cargo update does), you may or likely will end up compiling all kinds of time consuming stuff.

Maybe even minor changes to some source file in the sub... dependency could have you recompiling ...say ...your whole bevy stack.