We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189ea88 commit d03a1ffCopy full SHA for d03a1ff
ci/dox.sh
@@ -19,7 +19,7 @@ if ! rustc --version | grep -E "nightly" ; then
19
fi
20
21
rustup component add rust-src
22
-cargo +nightly install xargo -Z install-upgrade
+cargo +nightly install cargo-xbuild -Z install-upgrade
23
24
# List all targets that do currently build successfully:
25
# shellcheck disable=SC1003
@@ -50,7 +50,7 @@ while read -r target; do
50
# If cargo doc fails, then try xargo:
51
if ! cargo doc --target "${target}" \
52
--no-default-features --features extra_traits ; then
53
- xargo doc --target "${target}" \
+ cargo xdoc --target "${target}" \
54
--no-default-features --features extra_traits
55
56
0 commit comments