nabijaczleweli / cargo-update

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

How to deal with nightly-only tools? #88

Closed pravic closed 6 years ago

pravic commented 6 years ago

E.g. cargo-modules.

I would not want to install all cargo tools with nightly, but some of them are required to be compiled by nightly. May be, it would be nice to track them via some config (published online or maintained by user himself).

nabijaczleweli commented 6 years ago

In what way does cargo install-update-config not satisfy that (I might just not be seeing it)?

nabijaczleweli commented 6 years ago

(Semi-dupe of #25)

pravic commented 6 years ago

Didn't know about that! Thanks, I'll try it.

nabijaczleweli commented 6 years ago

Do please report back with how that went

pravic commented 6 years ago

Well, I've been waiting for a nightly module update and here we are:

$ cargo install-update-config -t nightly cargo-modules $ cargo install-update -a Updated 1 package.

Works like a charm. Thanks!

nabijaczleweli commented 6 years ago

Nothing quite like an another satisfied customer!