Skip to content

Commit 699eb40

Browse files
committed
Fix mdbook version
1 parent 98d702e commit 699eb40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cache:
1616
before_script:
1717
# TODO: Installing mdbook from crates.io takes quite a long time. This could
1818
# be reduced by downloading the release from GitHub directly.
19-
- mdbook -V || cargo install mdbook --vers '^0.3.0'
19+
- mdbook -V || cargo install mdbook --vers '=0.3.1'
2020
script:
2121
- mdbook build
2222
- cp website_config.json book/

0 commit comments

Comments
 (0)