4 releases
| 0.2.2 | May 4, 2023 |
|---|---|
| 0.2.1 | May 4, 2023 |
| 0.2.0 | May 4, 2023 |
| 0.1.1 | May 4, 2023 |
#643 in Cargo plugins
41 downloads per month
9KB
71 lines
cargo which-nightly | 
cargo which-nightly tells you which nightly contains a particular set of
features.
Usage
% cargo which-nightly miri clippy
2023-05-04
You can set this nightly as the default with:
% cargo which-nightly --set-default miri clippy
Or, if you'd prefer to do it yourself:
% rustup default nightly-"$(cargo which-nightly miri rls clippy)"
The current compiled platform is assumed as the target. If you want to check
another, pass --target:
% cargo which-nightly --target aarch64-unknown-linux-gnu miri clippy
Dependencies
~13–24MB
~411K SLoC