summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-10-22 21:43:39 +0800
committerJohn Hodge <tpg@mutabah.net>2016-10-22 21:43:39 +0800
commitdbc1d54d5c4fa19bee5c787f15868da3ebf07ddf (patch)
treeaac677bd0aa4ec739161a24afe9234ca96199c86
parent5dce93d80a4a4e88076849ef6c752c74dfe20ec8 (diff)
downloadmrust-dbc1d54d5c4fa19bee5c787f15868da3ebf07ddf.tar.gz
Makefile - update rustc source
-rw-r--r--Makefile1
-rw-r--r--rust-nightly-date2
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0aeb8cda..1d3d3ee1 100644
--- a/Makefile
+++ b/Makefile
@@ -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