You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: