Skip to content

Commit 1d58863

Browse files
committed
Fix mdbook building on CI
The `search` feature has been removed from mdbook, so building the tool with it leads to some dependency conflicts
1 parent 516e954 commit 1d58863

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)