changed_crates: output crates in toposort order.

This commit is contained in:
Nick Mathewson 2022-10-03 08:47:07 -04:00
parent 4ca7221d53
commit a506f020b2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if [ -z "$TAG" ]; then
exit 1
fi
for crate in $(cd "${TOP}/crates/" && ls); do
for crate in $("${TOP}/maint/list_crates"); do
if git diff --quiet "$TAG..HEAD" "${TOP}/crates/${crate}"; then
# echo "$crate: ...:"
: