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

Revert Cargo.lock version to 3 #38

Merged
merged 3 commits into from
Jan 4, 2025
Merged

Revert Cargo.lock version to 3 #38

merged 3 commits into from
Jan 4, 2025

Conversation

osyoyu
Copy link
Owner

@osyoyu osyoyu commented Jan 4, 2025

Resolves #37.

Version 4 Cargo.lock files are only parseable in Cargo 1.78+, which is not available in all environments we want to support.

osyoyu added 3 commits January 4, 2025 22:27
Version 4 Cargo.lock files are only parseable in Cargo 1.78+, which is
not available in all environments we want to support.
1.75.0 is the version in Ubuntu 20.04, which is an environment which we
want to support.
@osyoyu osyoyu merged commit 82758ee into main Jan 4, 2025
6 checks passed
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.

lock file version 4 was found, but this version of Cargo does not understand this lock file
1 participant