You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: