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

Stabilize edition key and add cargo new --edition #5984

Merged
merged 1 commit into from
Sep 6, 2018

Commits on Sep 6, 2018

  1. Stabilize edition key and add cargo new --edition

    This commit stabilizes the `edition` key in `Cargo.toml`, both in the
    `[package]` section and inside subtargets. Additionally the `cargo new` and
    `cargo init` subcommands have been enhanced with a `--edition` flag to allow
    explicitly specifying the edition to be generated.
    
    This commit does not yet change the default edition that's generated.
    
    Closes rust-lang#5980
    alexcrichton committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    3d02903 View commit details
    Browse the repository at this point in the history