Skip to content

include package metadata in cargo metadata - #5360

Merged
bors merged 1 commit into
rust-lang:masterfrom
euclio:metadata
Apr 16, 2018
Merged

include package metadata in cargo metadata#5360
bors merged 1 commit into
rust-lang:masterfrom
euclio:metadata

Conversation

@euclio

@euclio euclio commented Apr 14, 2018

Copy link
Copy Markdown
Contributor

Fixes #4819.

All-in-all a pretty small change. I'm a little concerned about threading the toml::Value all the way through however, should I make another type? Also, cloning the metadata value initially is maybe not ideal, since it's technically accessible through the original manifest. I figured this way was cleaner.

@rust-highfive

Copy link
Copy Markdown

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+

@bors

bors commented Apr 16, 2018

Copy link
Copy Markdown
Contributor

📌 Commit 2efeeda has been approved by alexcrichton

@bors

bors commented Apr 16, 2018

Copy link
Copy Markdown
Contributor

⌛ Testing commit 2efeeda with merge 6cc4780...

bors added a commit that referenced this pull request Apr 16, 2018
include package metadata in `cargo metadata`

Fixes #4819.

All-in-all a pretty small change. I'm a little concerned about threading the `toml::Value` all the way through however, should I make another type? Also, cloning the metadata value initially is maybe not ideal, since it's technically accessible through the original manifest. I figured this way was cleaner.
@bors

bors commented Apr 16, 2018

Copy link
Copy Markdown
Contributor

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing 6cc4780 to master...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

package.metadata does not appear in cargo metadata output

5 participants