Bump mdbook version

0.4.1 -> 0.4.3
This commit is contained in:
Camelid 2020-09-10 20:13:36 -07:00 committed by Joshua Nelson
parent 0d2b8eb1c4
commit 63f5a8b43c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ before_install:
- MAX_LINE_LENGTH=100 bash ci/check_line_lengths.sh src/**/*.md
install:
- source ~/.cargo/env || true
- cargo install mdbook --version 0.4.1
- cargo install mdbook --version 0.4.3
- cargo install mdbook-linkcheck --version 0.7.0
script:
- git checkout -b ci