We'll limit compatible and incompatible ugprades to ones that are MSRV compatible which can be overridden with either --ignore-rust-version or --rust-version <VER>.
Unlike rust-lang/cargo#12078, there aren't great warnings and error messages. This is because the current structure makes it a little uglier but the hope is future plans for the UI will make it easier to do these, so we'll defer until then
We'll limit compatible and incompatible ugprades to ones that are MSRV compatible which can be overridden with either
--ignore-rust-version
or--rust-version <VER>
.Unlike rust-lang/cargo#12078, there aren't great warnings and error messages. This is because the current structure makes it a little uglier but the hope is future plans for the UI will make it easier to do these, so we'll defer until then