Skip to content

Commit 4454aa6

Browse files
committed
Fix mdbook
1 parent 516e954 commit 4454aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.taskcluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ tasks:
6969
- "git clone --quiet ${repository} &&
7070
cd rust-code-analysis &&
7171
git -c advice.detachedHead=false checkout ${head_rev} &&
72-
cargo install mdbook --no-default-features --features search,output --vers \"^0.1.0\" &&
72+
cargo install mdbook --no-default-features --features output --vers \"^0.1.0\" &&
7373
cargo doc --release &&
7474
cd rust-code-analysis-book &&
7575
mdbook build &&

0 commit comments

Comments
 (0)