We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b47865 + f51daee commit 32e2dc8Copy full SHA for 32e2dc8
.travis.yml
@@ -10,7 +10,7 @@ before_script:
10
set -ex
11
rustup --version
12
rustc -Vv
13
- curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.3.7/mdbook-v0.3.7-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=$HOME/.cargo/bin
+ curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.5/mdbook-v0.4.5-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=$HOME/.cargo/bin
14
mdbook --version
15
rustup toolchain update nightly -c rust-docs
16
script:
0 commit comments