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:
Matan Lurey 2025-06-09 22:13:20 -07:00 committed by GitHub
parent 7e9d619ce7
commit 10d3c64350
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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),
}) })
} }