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 306f877 + 28dd0fa commit 6f94ccbCopy full SHA for 6f94ccb
.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.5/mdbook-v0.3.5-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=$HOME/.cargo/bin
+ 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
14
mdbook --version
15
rustup toolchain update nightly -c rust-docs
16
script:
0 commit comments