GCC 14.1 released
GCC 14.1 released
Posted May 13, 2024 9:44 UTC (Mon) by farnz (subscriber, #17727)In reply to: GCC 14.1 released by ballombe
Parent article: GCC 14.1 released
As a tooling matter, this is why I check in rust-toolchain.toml and Cargo.lock on personal Rust projects; that way, as I bisect, I move automatically to the version of tooling I used in the past.
I'm also cautious about having separate commits for changes to these files, so that if I do bisect, and land on one of them, it's clear that I'm seeing an impact from either a toolchain change, or a dependency change.