]> git.proxmox.com Git - cargo.git/commit
Auto merge of #7694 - danielparks:issue-7691-manifest-badges-section, r=ehuss
authorbors <bors@rust-lang.org>
Wed, 11 Dec 2019 17:51:57 +0000 (17:51 +0000)
committerbors <bors@rust-lang.org>
Wed, 11 Dec 2019 17:51:57 +0000 (17:51 +0000)
commit89d4ab5412ab3416869b549784754b0cd73d3039
treea95b817e3f9b628761fbdfdbf97b6bcd55eda2ac
parentd8106473c16cad67574ac334759bc10a70b572d9
parent80e37c31b125fefa74f055a9daec23361899ade5
Auto merge of #7694 - danielparks:issue-7691-manifest-badges-section, r=ehuss

Clarify manifest format docs for [badges] section

Previously the `[badges]` section documentation was mixed in with the `[package]` section. This extracts it out under its own heading.

This also pulls the `license` and `license-file` field documentation out of the package metadata code block. It sets the example license to “MIT OR Apache-2.0” since that is the typical licensing scheme for many crates.

This includes minor rewrites for clarity and to match the register of the rest of the document.

This resolves issue #7691.