diff options
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 |