]> git.proxmox.com Git - cargo.git/commit
Auto merge of #5834 - Undin:metadata-edition, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 1 Aug 2018 15:51:56 +0000 (15:51 +0000)
committerbors <bors@rust-lang.org>
Wed, 1 Aug 2018 15:51:56 +0000 (15:51 +0000)
commitf14aea53ad9c46efa8429da332324935e92e38b5
treea789c2b3d75d22d8eb5eac85e3ddbcba6e5e2830
parentd06fe7b169447756abb41f51aed7700b5268e8e6
parent3fdce227b4200afb156474898ca76c58037341d0
Auto merge of #5834 - Undin:metadata-edition, r=alexcrichton

Add edition info into metadata

Since edition feature was introduced, external tools have to support this new feature.
But cargo metadata doesn't provide info about package edition.
This commit adds edition field to `SerializedPackage` struct to add the corresponding field into metadata output.
src/cargo/core/manifest.rs