-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Generate "Cargo.lock" for old Rust compiler #13503
Copy link
Copy link
Closed as not planned
Labels
A-lockfileArea: Cargo.lock issuesArea: Cargo.lock issuesC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Command-generate-lockfileS-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.
Metadata
Metadata
Assignees
Labels
A-lockfileArea: Cargo.lock issuesArea: Cargo.lock issuesC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Command-generate-lockfileS-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Problem
I have a project written in Rust.
It was compiled without problems using the Rust compiler version "1.64.0".
At some point I decided to do:
As a result, the "Cargo.lock" file was updated and now I can't build the project:
Previous version of the "Cargo.lock" file wasn't saved.
Also I don't want (cannot) update my Rust compiler. It is written by 3rd-party vendor.
Is it possible to:
If yes, then how?
If no - that's the matter of the current feature request.
Proposed Solution
Notes
No response