Skip to content

Commit 46fdc71

Browse files
authored
update mdbook
1 parent 8d0d2e3 commit 46fdc71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you'd like to read it locally:
1919
```bash
2020
$ git clone https://github.com/rust-lang-nursery/rust-cookbook
2121
$ cd rust-cookbook
22-
$ cargo install mdbook --vers "0.3.5"
22+
$ cargo install mdbook --vers "0.4.5"
2323
$ mdbook serve --open
2424
```
2525

ci/install_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [[ "${CONTENT_TESTS:-}" == 1 ]]; then
1818
pyenv local 3.6.0
1919
pip3 install --user link-checker==0.1.0
2020
fi
21-
cargo install mdbook --vers '0.3.5' --debug
21+
cargo install mdbook --vers '0.4.5' --debug
2222
fi
2323

2424
exit 0

0 commit comments

Comments
 (0)