diff --git a/README.md b/README.md index 189990f..43fc5c0 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you'd like to read it locally: ```bash $ git clone https://github.com/rust-lang-nursery/rust-cookbook $ cd rust-cookbook -$ cargo install mdbook --vers "0.3.5" +$ cargo install mdbook --vers "0.4.5" $ mdbook serve --open ``` diff --git a/ci/install_deps.sh b/ci/install_deps.sh index 562a8f5..07e91d1 100755 --- a/ci/install_deps.sh +++ b/ci/install_deps.sh @@ -18,7 +18,7 @@ if [[ "${CONTENT_TESTS:-}" == 1 ]]; then 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 fi exit 0