cargo/src
bors b5e2e397d9 Auto merge of #10323 - ehuss:local-git-info, r=alexcrichton
Use local git info for version.

#10178 caused an unintended change where cargo is being built twice in rust-lang/rust's CI.  It is being built once as a CLI, and a second time for RLS.  The cause is the `CFG_COMMIT_HASH` environment variable changes between those two builds (it is set for the tool being built).

The solution here is to grab the git information from cargo's own build script. This is guaranteed to always be in the `src/tools/cargo` directory for both tools.

This should help save a minute or two in the dist builders.
2022-01-25 15:50:45 +00:00
..
bin/cargo Use local git info for version. 2022-01-24 15:28:04 -08:00
cargo Auto merge of #10323 - ehuss:local-git-info, r=alexcrichton 2022-01-25 15:50:45 +00:00
doc docs: add run-fail to semver check 2022-01-12 20:43:14 +01:00
etc Add report subcommand to bash completion. 2022-01-14 14:11:52 -08:00