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 8d0d2e3 commit 46fdc71Copy full SHA for 46fdc71
README.md
@@ -19,7 +19,7 @@ If you'd like to read it locally:
19
```bash
20
$ git clone https://github.com/rust-lang-nursery/rust-cookbook
21
$ cd rust-cookbook
22
-$ cargo install mdbook --vers "0.3.5"
+$ cargo install mdbook --vers "0.4.5"
23
$ mdbook serve --open
24
```
25
ci/install_deps.sh
@@ -18,7 +18,7 @@ if [[ "${CONTENT_TESTS:-}" == 1 ]]; then
18
pyenv local 3.6.0
pip3 install --user link-checker==0.1.0
fi
- cargo install mdbook --vers '0.3.5' --debug
+ cargo install mdbook --vers '0.4.5' --debug
exit 0
0 commit comments