Skip to content

Commit c4c7306

Browse files
authored
Merge pull request #7 from rust-embedded/force-mdbook-0.2.1
Force use of mdbook 0.2.1 as 0.2.2 is broken for now
2 parents a2f9599 + 96ed96a commit c4c7306

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ main() {
66
| grep -E '^v0.2.[0-9]+$' \
77
| sort --version-sort \
88
| tail -n1)
9+
# Temporarily use older version until packages are available for 0.2.2 (or newer)
10+
local tag="v0.2.1"
911
curl -LSfs https://japaric.github.io/trust/install.sh | \
1012
sh -s -- --git rust-lang-nursery/mdbook --tag $tag
1113

0 commit comments

Comments
 (0)