(Translated by https://www.hiragana.jp/)
fix: update outdated Cargo.lock by nifoc · Pull Request #99 · MPult/Rexit · GitHub
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

fix: update outdated Cargo.lock #99

Merged
merged 1 commit into from
Dec 18, 2023
Merged

Conversation

nifoc
Copy link
Contributor

@nifoc nifoc commented Dec 16, 2023

Cargo.lock needs to be updated when the version is bumped.

To expand on why not doing this is an issue: I build Rexit using nix and that currently fails because one of the things that nix does it add the --frozen flag to cargo build. That currently results in:

...
       > error: the lock file /build/source/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.

@MPult
Copy link
Owner

MPult commented Dec 18, 2023

I will merge it now, but wont make a release purely for this change. It will be included in the next one

@MPult MPult merged commit 8a2c037 into MPult:main Dec 18, 2023
3 of 5 checks passed
@nifoc
Copy link
Contributor Author

nifoc commented Dec 18, 2023

Thank you!

Just FYI: The next one will need another update to Cargo.lock (because presumably the version will change again)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants