paketo-community / cargo

A Cloud Native Buildpack for Cargo (Rust)
Apache License 2.0
4 stars 3 forks source link

Implement more robust member parser #295

Closed dmikusa closed 8 months ago

dmikusa commented 8 months ago

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