]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #48013 - onur:use-time-in-bootstrap-dist, r=alexcrichton
authorkennytm <kennytm@gmail.com>
Tue, 6 Feb 2018 19:23:26 +0000 (03:23 +0800)
committerGitHub <noreply@github.com>
Tue, 6 Feb 2018 19:23:26 +0000 (03:23 +0800)
commit3373f656824d3e6c2a5af149e9fa1dbe3161ade9
treed92bda871b057571abe975ae7cc123401e4f25bb
parent4f184eb6a383de7c6421d77544182fd94e216e45
parent1461d12b3c9778a51c443b804f2db5e235554151
Rollup merge of #48013 - onur:use-time-in-bootstrap-dist, r=alexcrichton

Use time crate in bootstrap dist instead of date

`bootstrap dist` command is trying to run *NIX specific `date` command to get current month and year. This command keep failing when it's called on a Windows command prompt. This patch is making it use time crate.

Closes: #47908
src/Cargo.lock