Update mdbook

This commit is contained in:
Eric Huss 2021-01-04 07:41:42 -08:00 committed by Joshua Nelson
parent 5ca0f2dc26
commit 750541f98f
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.3'
- cargo install mdbook --version '^0.4.5'
- cargo install mdbook-linkcheck --version '^0.7.2'
script:
- git checkout -b ci