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.
1 parent 3c32206 commit 0d7e6c5Copy full SHA for 0d7e6c5
.travis.yml
@@ -13,6 +13,6 @@ addons:
13
- aspell
14
- aspell-en
15
before_script:
16
- - (cargo install mdbook --vers 0.1.7 --force || true)
+ - (cargo install mdbook --vers 0.2.3 --force || true)
17
script:
18
- bash ci/build.sh
README.md
@@ -19,7 +19,7 @@ releases are updated less frequently.
19
20
## Requirements
21
22
-Building the book requires [mdBook], ideally the same version that
+Building the book requires [mdBook], ideally the same 0.2.x version that
23
rust-lang/rust uses in [this file][rust-mdbook]. To get it:
24
25
[mdBook]: https://github.com/azerupi/mdBook
0 commit comments