-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[beta] Stabilize the rename-dependency
feature
#6319
Conversation
This commit stabilizes Cargo's `rename-dependency` feature which allows renaming packages in `Cargo.toml`, enabling importing multiple versions of a single crate or simply avoiding a `use foo as bar` in `src/lib.rs`. Closes rust-lang#5653
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ |
📌 Commit 5d6504d has been approved by |
⌛ Testing commit 5d6504d with merge dfd77a056a3a3bdd1915bb8b64d0ac5eb35fe5e7... |
💔 Test failed - status-travis |
@bors: retry |
⌛ Testing commit 5d6504d with merge cbcd8bb35f90d2b0823682f0d7680fdfa381a5fe... |
💔 Test failed - status-appveyor |
@bors: retry |
[beta] Stabilize the `rename-dependency` feature This is a backport of #6311
☀️ Test successful - status-appveyor, status-travis |
This is a backport of #6311