From 96ed96aacf4752a9576197eea2ed1e6ee2a40d2a Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Mon, 22 Oct 2018 00:14:26 +0100 Subject: [PATCH] Force use of mdbook 0.2.1 as 0.2.2 is broken for now --- ci/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/install.sh b/ci/install.sh index 3228c73..3745af0 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -6,6 +6,8 @@ main() { | grep -E '^v0.2.[0-9]+$' \ | sort --version-sort \ | tail -n1) + # Temporarily use older version until packages are available for 0.2.2 (or newer) + local tag="v0.2.1" curl -LSfs https://japaric.github.io/trust/install.sh | \ sh -s -- --git rust-lang-nursery/mdbook --tag $tag