mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 07:36:38 +00:00
Address feedback, make e2e-test test both source/non-source.
This commit is contained in:
parent
a27560fce9
commit
90578aa10d
4 changed files with 44 additions and 13 deletions
|
@ -157,7 +157,10 @@ pub fn install_crates(
|
|||
desired_targets,
|
||||
resolvers,
|
||||
cargo_install_fallback,
|
||||
bins: args.bin,
|
||||
bins: args.bin.map(|mut bins| {
|
||||
bins.sort();
|
||||
bins
|
||||
}),
|
||||
|
||||
temp_dir: temp_dir.path().to_owned(),
|
||||
install_path,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue