Use the same version of a transitive dependency #14316
Labels
A-dependency-resolution
Area: dependency resolution and the resolver
A-manifest
Area: Cargo.toml issues
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-blocked-external
Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Problem
Let's say that I'm using
But I also want to add tokio as a direct dependency, and I want to match the version that axum uses.
Specifying
*
as the version could choose either.Proposed Solution
Something like this
Notes
No response
The text was updated successfully, but these errors were encountered: