Skip to content
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

Merged
merged 1 commit into from
Nov 16, 2018

Commits on Nov 16, 2018

  1. Stabilize the rename-dependency feature

    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
    alexcrichton committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    5d6504d View commit details
    Browse the repository at this point in the history