Skip to content

Commit 6f94ccb

Browse files
authored
Merge pull request #1352 from EvanCarroll/master
Update to mdbook 0.3.7
2 parents 306f877 + 28dd0fa commit 6f94ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ before_script:
1010
set -ex
1111
rustup --version
1212
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
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
1414
mdbook --version
1515
rustup toolchain update nightly -c rust-docs
1616
script:

0 commit comments

Comments
 (0)