Closed notmgsk closed 1 year ago
Any idea why the Cargo.lock
diff is so big?
Any idea why the
Cargo.lock
diff is so big?
No. I had to do a cargo update
to update a library that was causing CI to fail (I think it was gix
). I'm guessing it hadn't been updated in a while.
Any idea why the
Cargo.lock
diff is so big?No. I had to do a
cargo update
to update a library that was causing CI to fail (I think it wasgix
). I'm guessing it hadn't been updated in a while.
For the future, you should be able to do, e.g., cargo update -p gix
to only update one package.
Closes #372