Skip to content

Commit

Permalink
Update mdbook version
Browse files Browse the repository at this point in the history
  • Loading branch information
aDotInTheVoid authored Apr 16, 2021
1 parent fc9986c commit 73e731c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ if command -v mdbook >/dev/null 2>&1; then
echo "mdbook already installed at $(command -v mdbook)"
else
echo "installing mdbook"
cargo install mdbook --vers "0.1.2"
cargo install mdbook --vers "0.4.7"
fi

0 comments on commit 73e731c

Please sign in to comment.