Skip to content

Commit 877a87c

Browse files
authored
docs: specify mdbook 0.4.x in deployment instructions
1 parent a1703aa commit 877a87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPLOY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If you prefer to install every dependency locally:
4848
# Install Rust using rustup
4949
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
5050
# Install mdbook using cargo
51-
cargo install mdbook
51+
cargo install mdbook@0.4.52
5252
# Remember to add cargo bin directory to your path
5353
# Install Python; e.g. on Debian-based systems:
5454
apt install python3

0 commit comments

Comments
 (0)