Skip to content

Commit

Permalink
fix(cargo): is_direct_dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
iseki0 committed Oct 11, 2024
1 parent 55828dd commit fb94ac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/cargo/cargo_lock.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ func analyzeCargoLock(input []byte) (rs []*model.DependencyItem, err error) {
if r == nil {
continue
}
r.IsDirectDependency = true
rs = append(rs, r)
}
return
Expand Down

0 comments on commit fb94ac6

Please sign in to comment.