killercup / cargo-edit

A utility for managing cargo dependencies from the command line.
http://killercup.github.io/cargo-edit/
MIT License
3.01k stars 144 forks source link

No transparency when MSRV restricts versions #857

Open epage opened 1 year ago

epage commented 1 year ago

856 added MSRV support but when MSRV restricts versions, there are no warnings and the errors don't reflect it.

See rust-lang/cargo#12078 for a model how what we should do