cargo-outdated icon indicating copy to clipboard operation
cargo-outdated copied to clipboard

add a flag to ignore dev-dependencies

Open jyn514 opened this issue 1 year ago • 1 comments

i use cargo-outdated to see which of the crates in my final binary will end up outdated. i don't really care if my dev-dependencies are outdated. i'd love a flag that says "exclude dev-dependencies", the way cargo add has a --dev flag.

jyn514 avatar Dec 19 '24 19:12 jyn514

It looks like the metadata would make this possible, a PR welcome to implement this flag.

davidhewitt avatar Dec 24 '24 11:12 davidhewitt