Run 'cargo update' in 'mk-docs.sh' script.

This commit is contained in:
Sergio Benitez 2017-09-04 19:07:21 -07:00
parent 2f84d4b18a
commit aa9d9ab081
1 changed files with 1 additions and 0 deletions

View File

@ -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