Skip to content

Commit 8d19756

Browse files
committed
Update mdbook.
1 parent 36c087b commit 8d19756

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/deploy-book.sh

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)