Skip to content

Commit 0f261ec

Browse files
author
Eric Githinji
committed
Add dprint to install-tools task.
1 parent 9e936b6 commit 0f261ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xtask/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ fn install_tools() -> Result<()> {
104104
vec!["mdbook-i18n-helpers", "--locked", "--version", "0.3.6"],
105105
vec!["i18n-report", "--locked", "--version", "0.2.0"],
106106
vec!["mdbook-linkcheck2", "--locked", "--version", "0.9.1"],
107+
vec!["dprint", "--locked"],
107108
// Mdbook-exerciser and mdbook-course are located in this repository.
108109
// To make it possible to install them from any directory we need to
109110
// specify their path from the workspace root.

0 commit comments

Comments
 (0)