mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-13 22:26:37 +00:00
Update crates/bin/src/entry.rs
Co-authored-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Signed-off-by: Matan Lurey <matanlurey@users.noreply.github.com>
This commit is contained in:
parent
90578aa10d
commit
24e83e4b8a
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ pub fn install_crates(
|
|||
resolvers,
|
||||
cargo_install_fallback,
|
||||
bins: args.bin.map(|mut bins| {
|
||||
bins.sort();
|
||||
bins.sort_unstable();
|
||||
bins
|
||||
}),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue