diff options
Diffstat (limited to 'libc/ci/semver.sh')
-rw-r--r-- | libc/ci/semver.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/ci/semver.sh b/libc/ci/semver.sh index 3412501..7e6ea66 100644 --- a/libc/ci/semver.sh +++ b/libc/ci/semver.sh @@ -13,7 +13,7 @@ if ! rustc --version | grep -E "nightly" ; then exit 1 fi -cargo +nightly install semverver -Z install-upgrade +cargo +nightly install semverver TARGETS= case "${OS}" in |