summaryrefslogtreecommitdiff
path: root/ci/semver.sh
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-11-25 12:15:42 +0900
committerYuki Okushi <huyuumi.dev@gmail.com>2020-11-25 12:15:42 +0900
commit908363d836fd0ebab499d4356b6f0805c8ebbecc (patch)
tree9233161e6434dc10218b440b41a0c9b1037741db /ci/semver.sh
parent5598401c182fc0289bc0f386651944624cb15581 (diff)
downloadrust-libc-908363d836fd0ebab499d4356b6f0805c8ebbecc.tar.gz
Specify git revision to avoid breakage as possible on semverver
Diffstat (limited to 'ci/semver.sh')
-rw-r--r--ci/semver.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/semver.sh b/ci/semver.sh
index 9660792b14..ebfe767c06 100644
--- a/ci/semver.sh
+++ b/ci/semver.sh
@@ -15,7 +15,8 @@ fi
rustup component add rustc-dev llvm-tools-preview
-cargo install --git https://github.com/rust-dev-tools/rust-semverver
+# Should update the nightly version in bors CI config if we touch this.
+cargo install --git https://github.com/rust-lang/rust-semverver --rev 71c340ff867d2f79613cfe02c6714f1d2ef00bc4
TARGETS=
case "${OS}" in