Skip to content

Commit 37967b3

Browse files
committed
Use semververfork
1 parent fba8b18 commit 37967b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ci/semver.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ if ! rustc --version | grep -E "nightly" ; then
1313
exit 1
1414
fi
1515

16-
cargo +nightly install semverver
16+
# FIXME: Use upstream once it gets rustup.
17+
cargo +nightly install semververfork
1718

1819
TARGETS=
1920
case "${OS}" in
@@ -73,5 +74,6 @@ for TARGET in $TARGETS; do
7374
sleep 1
7475
done
7576

76-
cargo +nightly semver --api-guidelines --target="${TARGET}"
77+
# FIXME: Use upstream once it gets rustup.
78+
cargo +nightly semverfork --api-guidelines --target="${TARGET}"
7779
done

0 commit comments

Comments
 (0)