Skip to content

Commit

Permalink
restrict version conflicts only to updated deps in update report
Browse files Browse the repository at this point in the history
  • Loading branch information
nasifimtiazohi committed Jul 27, 2021
1 parent 9c8b024 commit 330ef97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depdive/src/update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ impl UpdateAnalyzer {
self.cache.borrow_mut().drain().map(|(_k, v)| v).collect();

let version_conflicts: Vec<VersionConflict> =
Self::determine_version_conflict(&dep_change_infos, &post_graph);
Self::determine_version_conflict(&updated_deps, &post_graph);

Ok(UpdateReviewReport {
dep_update_review_reports,
Expand Down

0 comments on commit 330ef97

Please sign in to comment.