Skip to content

Commit a8dd8e3

Browse files
committed
Use mdbook master branch until 0.1.8 releases
1 parent a2455f7 commit a8dd8e3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you'd like to read it locally:
2121
```bash
2222
$ git clone https://github.com/rust-lang-nursery/rust-cookbook
2323
$ cd rust-cookbook
24-
$ cargo install mdbook --vers "0.1.7"
24+
$ cargo install mdbook --git https://github.com/rust-lang-nursery/mdBook
2525
$ mdbook serve --open
2626
```
2727

ci/install_deps.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ if [[ "${CONTENT_TESTS:-}" == 1 ]]; then
1616
pyenv global system 3.6
1717
pip3 install --user link-checker==0.1.0
1818
fi
19-
cargo install mdbook --vers '0.1.7' --debug
19+
cargo install mdbook --git https://github.com/rust-lang-nursery/mdBook --debug
2020
fi
2121

2222
exit 0
23-

0 commit comments

Comments
 (0)