Skip to content

Commit 832dcd0

Browse files
authored
Bump mdbook: 0.1 -> 0.2.
Confirmed locally that 0.2 builds the book fine.
1 parent 3b8bf0b commit 832dcd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ before_install:
77
- git --version
88
script:
99
- rev=$(git rev-parse --short HEAD)
10-
- (cargo install mdbook --vers '^0.1.0' --force || true)
10+
- (cargo install mdbook --vers '^0.2.0' --force || true)
1111
- ./generate-book.sh
1212
- cd book
1313
- git init

0 commit comments

Comments
 (0)