about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2020-07-03 09:56:05 -0700
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-07-03 13:41:31 -0500
commitdd3f003fd210a83fcf9b862f89d8783f5bf15b40 (patch)
tree595a169ac0e399cd7263053b48175cdc18852242 /src/doc/rustc-dev-guide
parent7dede8417946e88c964eab67637e12d96cb0855e (diff)
downloadrust-dd3f003fd210a83fcf9b862f89d8783f5bf15b40.tar.gz
rust-dd3f003fd210a83fcf9b862f89d8783f5bf15b40.zip
Update mdbook
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/.travis.yml b/src/doc/rustc-dev-guide/.travis.yml
index 4a78953cb36..a217f1cacb9 100644
--- a/src/doc/rustc-dev-guide/.travis.yml
+++ b/src/doc/rustc-dev-guide/.travis.yml
@@ -11,7 +11,7 @@ before_install:
 - MAX_LINE_LENGTH=100 bash ci/check_line_lengths.sh src/**/*.md
 install:
 - source ~/.cargo/env || true
-- cargo install mdbook --version 0.4.0
+- cargo install mdbook --version 0.4.1
 - cargo install mdbook-linkcheck --version 0.7.0
 script:
 - git checkout -b ci