diff options
-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 |