diff options
author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-10-19 22:56:01 +0200 |
---|---|---|
committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-10-20 11:02:27 +0200 |
commit | b540e1bb1d47351f307bb87a6b39cddb7edf6e1a (patch) | |
tree | fdcf13a57d8dc7d578d761f6b07ebb399c115fa9 /ci | |
parent | 037806f8eedb8a42295f1ca0ff7b7074b7bac409 (diff) | |
download | rust-libc-b540e1bb1d47351f307bb87a6b39cddb7edf6e1a.tar.gz |
Update semverver version used in CI
Diffstat (limited to 'ci')
-rw-r--r-- | ci/semver.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/semver.sh b/ci/semver.sh index 318e8244ce..bdd68f5986 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 semverver --version=0.1.47 +cargo install semverver --version=0.1.48 TARGETS= case "${OS}" in |