Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
show-utils.sh: fix jq query to get coreutils deps
In jq query, the correct regex to select .id is ".*coreutils[ |@]\\d+\\.\\d+\\.\\d+" - with cargo v1.76, id = "coreutils 0.0.26 (path+file://<coreutils local directory>)" - with cargo v1.77, id = "path+file://<coreutils local directory>#[email protected]" Fix #6242 Signed-off-by: Laurent Cheylus <[email protected]>
- Loading branch information