diff options
author | John Hodge <tpg@mutabah.net> | 2016-10-22 21:43:39 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-10-22 21:43:39 +0800 |
commit | dbc1d54d5c4fa19bee5c787f15868da3ebf07ddf (patch) | |
tree | aac677bd0aa4ec739161a24afe9234ca96199c86 | |
parent | 5dce93d80a4a4e88076849ef6c752c74dfe20ec8 (diff) | |
download | mrust-dbc1d54d5c4fa19bee5c787f15868da3ebf07ddf.tar.gz |
Makefile - update rustc source
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | rust-nightly-date | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -138,6 +138,7 @@ output/libunwind.hir: $(call fcn_extcrate, core libc) output/libtest.hir: $(call fcn_extcrate, std getopts term panic_unwind) output/libgetopts.hir: output/libstd.hir +output/libserialize.hir: $(call fcn_extcrate, std log) output/librbml.hir: $(call fcn_extcrate, std serialize) output/librustc.hir: $(call fcn_extcrate, std arena flate fmt_macros graphviz rbml) diff --git a/rust-nightly-date b/rust-nightly-date index 02e42b37..53b36045 100644 --- a/rust-nightly-date +++ b/rust-nightly-date @@ -1 +1 @@ -2016-08-23 +2016-10-21 |