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

Implement more robust member parser #295

Merged
merged 1 commit into from
Mar 29, 2024
Merged

Implement more robust member parser #295

merged 1 commit into from
Mar 29, 2024

Conversation

dmikusa
Copy link
Contributor

@dmikusa dmikusa commented Mar 29, 2024

Summary

The metadata for the format of the workspace members has changed in Rust 1.77.0. This change makes the parser more robust and enables it to parse both the old and new format.

Use Cases

Resolves #293

The metadata for the format of the workspace members has changed in Rust 1.77.0. This change makes the parser more robust and enables it to parse both the old and new format.

Signed-off-by: Daniel Mikusa <[email protected]>
@dmikusa dmikusa added semver:patch A change requiring a patch version bump type:bug A general bug labels Mar 29, 2024
@dmikusa dmikusa requested a review from a team as a code owner March 29, 2024 03:01
@dmikusa dmikusa merged commit a408716 into main Mar 29, 2024
6 checks passed
@dmikusa dmikusa deleted the gh-293 branch March 29, 2024 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:patch A change requiring a patch version bump type:bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build fails with Rust 1.77.0+
1 participant