]> git.proxmox.com Git - cargo.git/commitdiff
Auto merge of #5989 - alexcrichton:change-default, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Fri, 7 Sep 2018 00:15:42 +0000 (00:15 +0000)
committerbors <bors@rust-lang.org>
Fri, 7 Sep 2018 00:15:42 +0000 (00:15 +0000)
Change the default edition for `cargo new` to 2018

As it says on the tin! Some tests were updated to explicitly pass 2015 so they
can continue to work on stable, and otherwise `cargo new` should now by default
generate a 2018 project.


Trivial merge