diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2018-03-19 10:56:51 -0400 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2018-03-19 10:41:23 -0500 |
| commit | 25aab56909bd7c7f96006204e9bb9bd05593ab97 (patch) | |
| tree | 9e7e00fe2420c8e07be074de7bc3303274b36c28 /src/doc/rustc-dev-guide/ci | |
| parent | 865eb1d32b01d59952c19a7be254bd32072137bf (diff) | |
| download | rust-25aab56909bd7c7f96006204e9bb9bd05593ab97.tar.gz rust-25aab56909bd7c7f96006204e9bb9bd05593ab97.zip | |
bump mdbook to 0.1.5
Diffstat (limited to 'src/doc/rustc-dev-guide/ci')
| -rw-r--r-- | src/doc/rustc-dev-guide/ci/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/ci/install.sh b/src/doc/rustc-dev-guide/ci/install.sh index a5d87a6bc3b..0a36ff1f9e6 100644 --- a/src/doc/rustc-dev-guide/ci/install.sh +++ b/src/doc/rustc-dev-guide/ci/install.sh @@ -19,5 +19,5 @@ function cargo_install() { fi } -cargo_install mdbook 0.1.1 +cargo_install mdbook 0.1.5 cargo_install mdbook-linkcheck 0.1.0 |
