Skip to content

Commit f5368b3

Browse files
author
bors-servo
authored
Auto merge of #1385 - emilio:mdbook-up, r=emilio
Update mdbook.
2 parents 36c087b + 8d19756 commit f5368b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/deploy-book.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -xeu
44
cd "$(dirname "$0")/../book"
55

66
# Ensure mdbook is installed.
7-
cargo install mdbook --vers "^0.0.22" || true
7+
cargo install mdbook --vers "^0.2.1" --force || true
88
export PATH="$PATH:~/.cargo/bin"
99

1010
# Get the git revision we are on.

ci/test-book.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -xeu
44
cd "$(dirname "$0")/../book"
55

6-
cargo install mdbook --vers "^0.0.22" || true
6+
cargo install mdbook --vers "^0.2.1" --force || true
77
export PATH="$PATH:~/.cargo/bin"
88

99
mdbook build

0 commit comments

Comments
 (0)