From 321dfff41a5146b1d4afce5b1c622abc1ddd5f36 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Tue, 28 Feb 2017 09:56:38 -0500 Subject: [PATCH] Add `limits` feature to 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 a6883bc..14f358a 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/ -rustup run nightly cargo doc --no-deps --features "backup blob chrono functions load_extension serde_json trace" +rustup run nightly cargo doc --no-deps --features "backup blob chrono functions limits load_extension serde_json trace" echo '' > target/doc/index.html ghp-import target/doc git push origin gh-pages:gh-pages