-
Notifications
You must be signed in to change notification settings - Fork 23
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
Cargo.lock
parsing fails for cargo <1.83
#173
Labels
bug
Something isn't working
Comments
Here's the error output btw:
|
Agh.. # Cargo.lock parsing standard was updated from 3 to 4 in version 1.83: https://github.com/rust-lang/cargo/blob/652623b779c88fe44afede28bf7f1c9c07812511/CHANGELOG.md#changed-2
cargoBuildFlags = if (builtins.compareVersions rustPlatform.rust.cargo.version "1.83") == -1 then ["-Znext-lockfile-bump"] else []; Maybe it would be better to just cut releases and make the requirements more clear as to what version of cargo/nixpkgs is required? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Ref #172
Using nixpkgs where cargo is <1.83 causes Cargo.lock parsing to fail.
The text was updated successfully, but these errors were encountered: