nabijaczleweli / cargo-update

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

always exclude crate with -a possible? #189

Open crawfish-storeroom opened 2 years ago

crawfish-storeroom commented 2 years ago

is it possible to use the -a opt and always exclude crates without explicitly writing them out? i have one i want pinned but to be able to update the rest easy

nabijaczleweli commented 2 years ago

Hm, according to the manual, you should be able to do cargo install-update-config -v =$current_version $crate?