Skip to content

Commit

Permalink
Remove --workspace in update_lockfiles.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Dec 23, 2024
1 parent b169e1f commit 5905839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_lockfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ while read -r X; do
if [[ "$X" = './examples/testing/marker/Cargo.toml' ]]; then
continue
fi
cargo update --workspace --manifest-path "$X"
cargo update --manifest-path "$X"
done

0 comments on commit 5905839

Please sign in to comment.