mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
Update crates/binstalk/src/ops/resolve/resolution.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
7e9d619ce7
commit
10d3c64350
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ impl ResolutionFetch {
|
||||||
current_version: self.new_version,
|
current_version: self.new_version,
|
||||||
source: self.source,
|
source: self.source,
|
||||||
target: self.fetcher.target().to_compact_string(),
|
target: self.fetcher.target().to_compact_string(),
|
||||||
bins: Self::resolve_bins(&opts.bins, &self.bin_files),
|
bins: Self::resolve_bins(&opts.bins, self.bin_files),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue