aboutsummaryrefslogtreecommitdiffstats
path: root/cargo-commit-hash
Commit message (Collapse)AuthorAgeFilesLines
* Update to cargo 0.21.0-nightly (eb6cf012a 2017-07-02)Simon Sapin2017-07-191-1/+0
| | | | | Cargo binaries are now produced on Rust’s CI, not Cargo’s. Remove cargo-commit-hash and find Cargo based on rust-commit-hash.
* Update to cargo 0.20.0-nightly (2233f51 2017-05-17)Simon Sapin2017-05-181-1/+1
| | | | | | | … which includes https://github.com/rust-lang/cargo/pull/4065 Compile time from `mach clean` on 4 cores / 8 threads with incremental compilation improved by 4%.
* Update to cargo 0.19.0-nightly (994e552 2017-04-25)Simon Sapin2017-04-251-1/+1
|
* Update to cargo 0.17.0-nightly (385e243 2017-01-27)Simon Sapin2017-01-281-1/+1
| | | | | Pick up https://github.com/rust-lang/cargo/pull/3590, to print errors without waiting for parallel jobs.
* Update to cargo 0.17.0-nightly (6291619 2017-01-12)Simon Sapin2017-01-121-1/+1
|
* Upgrade to cargo 0.16.0-nightly (16f38c1 2016-12-14)Simon Sapin2016-12-141-1/+1
| | | | | This version includes the new `cargo check`: https://github.com/rust-lang/cargo/pull/3296
* Upgrade to cargo 0.16.0-nightly (built 2016-12-06)Simon Sapin2016-12-061-0/+1
Instead of once per day (or night) with a date in the URL, Cargo binaries are now built and published for every merge to master (with the merge commit hash in the URL).