nabijaczleweli / cargo-update

A cargo subcommand for checking and applying updates to installed executables
MIT License
1.22k stars 42 forks source link

Search for empty string and discard output instead of searching for nonexistant crate #80

Closed matthiaskrgr closed 6 years ago

matthiaskrgr commented 6 years ago

search but discard output in order to update the database.

nabijaczleweli commented 6 years ago

That's gonna be a no – searching a nonexistant crate will be just that fraxion more performant; good point, though, will add a comment there.