Updating lockfiles #96
Unanswered
PurpleBooth
asked this question in
Q&A
Replies: 1 comment 17 replies
|
So in this instance, |
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I was seeing about migrating one of my cargo projects to uplift and I came across an interesting problem. This project is written in rust, and changing the version number in
Cargo.tomlrequires theCargo.lock. Normally this is handled by runningcargo fetchorcargo update --workspace.Is there any way to include this in the version bump commit?
All reactions