summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-07-29 21:00:24 +0000
committerbors <bors@rust-lang.org>2021-07-29 21:00:24 +0000
commitb2c7cc120bc1df3b2dd5c454c9bd5b2b90e3dba4 (patch)
tree3a712eccdfaa7d4d6068e9cff3eea3fc2ec79138 /ci
parentb2c99fa36963861136edca0eadbece44e9daab54 (diff)
parente84adf64fb72ce57aa042e2280182473fdeba311 (diff)
downloadrust-libc-b2c7cc120bc1df3b2dd5c454c9bd5b2b90e3dba4.tar.gz
Auto merge of #2306 - JohnTitor:semverver-update, r=JohnTitor
Upgrade `semverver` to 0.1.47 Finally we released it on crates.io 🎉 r? `@ghost`
Diffstat (limited to 'ci')
-rw-r--r--ci/semver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/semver.sh b/ci/semver.sh
index 0e1f15e666..318e8244ce 100644
--- a/ci/semver.sh
+++ b/ci/semver.sh
@@ -16,7 +16,7 @@ fi
rustup component add rustc-dev llvm-tools-preview
# Should update the nightly version in bors CI config if we touch this.
-cargo install --locked --git https://github.com/rust-lang/rust-semverver --rev 6d2403c219834d3a6c44cec093db820a0dbe5d21
+cargo install semverver --version=0.1.47
TARGETS=
case "${OS}" in