From aa9d9ab0819dc389aad79f6f58325e4f1174d27f Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Mon, 4 Sep 2017 19:07:21 -0700 Subject: [PATCH] Run 'cargo update' in 'mk-docs.sh' script. --- scripts/mk-docs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/mk-docs.sh b/scripts/mk-docs.sh index 2983c819..1d02e48a 100755 --- a/scripts/mk-docs.sh +++ b/scripts/mk-docs.sh @@ -20,6 +20,7 @@ function mk_doc() { # We need to clean-up beforehand so we don't get all of the dependencies. cargo clean +cargo update mk_doc $LIB_DIR mk_doc $CODEGEN_DIR