Skip to content

Commit

Permalink
Make updating lockfile more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Feb 14, 2025
1 parent 01eedb0 commit a8fed8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintainer/make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ done

echo ">>> Updating Cargo.lock ..."

echo ${crates[@]} | xargs printf " -p %s@${version}" | xargs cargo update
for crate in "${crates[@]}"; do cargo pkgid path+file://$(cd ../"${crate}" && pwd); done | xargs printf " -p %s" | xargs cargo update
git add Cargo.lock

echo ">>> Testing if 'pineappl' can be published ..."
Expand Down

0 comments on commit a8fed8d

Please sign in to comment.