Skip to content

Commit d03a1ff

Browse files
committed
Use cargo-xbuild for building the documentation
1 parent 189ea88 commit d03a1ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/dox.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if ! rustc --version | grep -E "nightly" ; then
1919
fi
2020

2121
rustup component add rust-src
22-
cargo +nightly install xargo -Z install-upgrade
22+
cargo +nightly install cargo-xbuild -Z install-upgrade
2323

2424
# List all targets that do currently build successfully:
2525
# shellcheck disable=SC1003
@@ -50,7 +50,7 @@ while read -r target; do
5050
# If cargo doc fails, then try xargo:
5151
if ! cargo doc --target "${target}" \
5252
--no-default-features --features extra_traits ; then
53-
xargo doc --target "${target}" \
53+
cargo xdoc --target "${target}" \
5454
--no-default-features --features extra_traits
5555
fi
5656

0 commit comments

Comments
 (0)