summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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