Skip to content

Commit 0d7e6c5

Browse files
committed
Update the version of mdbook we use in-tree to match rust-lang/rust
As of the merging of rust-lang/rust#59876, TRPL is using mdbook 2!
1 parent 3c32206 commit 0d7e6c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ addons:
1313
- aspell
1414
- aspell-en
1515
before_script:
16-
- (cargo install mdbook --vers 0.1.7 --force || true)
16+
- (cargo install mdbook --vers 0.2.3 --force || true)
1717
script:
1818
- bash ci/build.sh

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ releases are updated less frequently.
1919

2020
## Requirements
2121

22-
Building the book requires [mdBook], ideally the same version that
22+
Building the book requires [mdBook], ideally the same 0.2.x version that
2323
rust-lang/rust uses in [this file][rust-mdbook]. To get it:
2424

2525
[mdBook]: https://github.com/azerupi/mdBook

0 commit comments

Comments
 (0)