Update mdbook 0.1 -> 0.2 in docs for CI (#918)
This commit is contained in:
parent
df12cc55c8
commit
c3284a2ae9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue