From 0dfaf2816ffbfbfa65ba59e8fb74d8426f9a496c Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Thu, 19 May 2016 20:16:09 -0500 Subject: [PATCH] Update feature list in doc-publishing script --- publish-ghp-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish-ghp-docs.sh b/publish-ghp-docs.sh index c8fc790..a6883bc 100755 --- a/publish-ghp-docs.sh +++ b/publish-ghp-docs.sh @@ -8,7 +8,7 @@ fi cd $(git rev-parse --show-toplevel) rm -rf target/doc/ -multirust run nightly cargo doc --no-deps --features "backup cache functions load_extension trace blob" +rustup run nightly cargo doc --no-deps --features "backup blob chrono functions load_extension serde_json trace" echo '' > target/doc/index.html ghp-import target/doc git push origin gh-pages:gh-pages