Skip to content

Commit a03aa75

Browse files
authored
mdbook 4.43 for rust 1.82 (#701)
1 parent e6d6610 commit a03aa75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
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.4.5"
22+
$ cargo install mdbook --vers "0.4.43"
2323
$ mdbook serve --open
2424
```
2525

ci/install_deps.sh

+1-1
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.4.5' --debug
21+
cargo install mdbook --vers '0.4.43' --debug
2222
fi
2323

2424
exit 0

0 commit comments

Comments
 (0)