Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Out of date Cargo.lock on v0.5.0 tag #581

Closed
singron opened this issue Oct 3, 2022 · 2 comments
Closed

Out of date Cargo.lock on v0.5.0 tag #581

singron opened this issue Oct 3, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@singron
Copy link

singron commented Oct 3, 2022

Description of the bug

The version of git-branchless is 0.4.0 in Cargo.lock. Cargo will refuse to compile the package if --frozen is given.

https://github.com/arxanas/git-branchless/blob/v0.5.0/Cargo.lock#L1082

Expected behavior

It builds

Actual behavior

$ cargo check --frozen
error: the lock file Cargo.lock needs to be updated but --frozen was passed to prevent this
If you want to try to generate the lock file without accessing the network, remove the --frozen flag and use --offline instead.

Version of rustc

rustc 1.63.0

Automated bug report

No response

Version of git-branchless

git-branchless 0.5.0

Version of git

No response

@singron singron added the bug Something isn't working label Oct 3, 2022
arxanas added a commit that referenced this issue Oct 3, 2022
This reverts commit 7ce51cc.

Temporarily reverting this commit in order to release a fix for #581.
arxanas pushed a commit that referenced this issue Oct 3, 2022
This reverts commit 1bcd755.

This unreverts the original commit by reverting the revert which was created as part of #581.
@arxanas
Copy link
Owner

arxanas commented Oct 3, 2022

Hi @singron, thanks for reporting. Can you let me know if the tag v0.5.1 fixes the issue for you?

@singron
Copy link
Author

singron commented Oct 4, 2022

Yep works. Thanks!

@singron singron closed this as completed Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants