Support for --explicit-version in cargo vendor
#7291
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-vendor
As requested by the embedded error message on flag usage, I'm filing this bug to request re-inclusion of versioning functionality.
I maintain cargo-raze, a tool that generates BUILD files for Cargo dependencies for projects using the Bazel build tool. Historically the cargo-vendor crate has been a primary component of our "pre vendored dependency" use case, and we rely on explicitly versioned crate directory output in order to make the generated output directories more predictable.
Without this functionality, we'll need to suggest users continue to use the cargo-vendor crate, deprecate the vendored dependency use case, or package this functionality into our own crate.
The text was updated successfully, but these errors were encountered: