Update mdbook 0.1 -> 0.2 in docs for CI (#918)

This commit is contained in:
Roman Proskuryakov 2019-05-11 21:30:21 +03:00 committed by Dylan DPC
parent df12cc55c8
commit c3284a2ae9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ rust:
before_script:
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
- (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.1" mdbook)
- (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.2" mdbook)
- cargo install-update -a
script: