]> git.proxmox.com Git - cargo.git/commit
Auto merge of #2465 - TheNeikos:add-version_env, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 8 Apr 2016 18:53:24 +0000 (11:53 -0700)
committerbors <bors@rust-lang.org>
Fri, 8 Apr 2016 18:53:24 +0000 (11:53 -0700)
commit34a7a068f28305e9ef66b9db58799b9f83b7738e
tree67f46545d3ea4ff6e3b627c3ef65085b67ea7431
parent31214eba27a935933f00702df189e764937d65af
parentdd26ce3be92a35ad5fcfa8fbca443cd3e1e37f58
Auto merge of #2465 - TheNeikos:add-version_env, r=alexcrichton

Add a new CARGO_PKG_AUTHORS environment variable

This will allow crates to use the CARGO_PKG_AUTHORS env variable to get a comma
seperated list of the authors declared in the manifest.

Closes #2441