summaryrefslogtreecommitdiff
path: root/ci/semver.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/semver.sh')
-rw-r--r--ci/semver.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/ci/semver.sh b/ci/semver.sh
index a8b0b3c5ca..8f8ce40c82 100644
--- a/ci/semver.sh
+++ b/ci/semver.sh
@@ -13,15 +13,10 @@ if ! rustc --version | grep -E "nightly" ; then
exit 1
fi
-# FIXME: Pin nightly version to make semverver compile.
-NIGHTLY_DATE=nightly-2020-06-18
-
-rustup override set ${NIGHTLY_DATE}
-
rustup component add rustc-dev llvm-tools-preview
# FIXME: Use upstream once it gets rustup.
-cargo +${NIGHTLY_DATE} install semververfork
+cargo install semververfork
TARGETS=
case "${OS}" in