Skip to content

Commit

Permalink
upgrade version of mdbook to match what I have locally =)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Feb 4, 2018
1 parent 68787fb commit 4f0a7a6
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.0.28"
cargo install mdbook --vers "0.1.2"
fi

0 comments on commit 4f0a7a6

Please sign in to comment.