Skip to content

cdown/cargo-which-nightly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cargo which-nightly | Tests

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

About

Find the latest Rust nightly with combinations of features present.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages