Auto merge of #2306 - JohnTitor:semverver-update, r=JohnTitor

Upgrade `semverver` to 0.1.47

Finally we released it on crates.io 🎉
r? `@ghost`
This commit is contained in:
bors 2021-07-29 21:00:24 +00:00
commit b2c7cc120b
2 changed files with 4 additions and 6 deletions

View file

@ -228,27 +228,25 @@ jobs:
semver_linux:
name: Semver Linux
needs: build_channels_linux
runs-on: ubuntu-20.04
continue-on-error: true
steps:
- uses: actions/checkout@v2
- name: Setup Rust toolchain
# Should update the semverver revision in semver.sh if we touch nightly ver.
run: TOOLCHAIN=nightly-2021-05-21 sh ./ci/install-rust.sh
run: TOOLCHAIN=nightly-2021-07-23 sh ./ci/install-rust.sh
- name: Check breaking changes
run: sh ci/semver.sh linux
semver_macos:
name: Semver macOS
needs: build_channels_macos
runs-on: macos-10.15
continue-on-error: true
steps:
- uses: actions/checkout@v2
- name: Setup Rust toolchain
# FIXME: Pin nightly version to make semverver compilable.
run: TOOLCHAIN=nightly-2021-05-21 sh ./ci/install-rust.sh
# Pin nightly version to make semverver compilable.
run: TOOLCHAIN=nightly-2021-07-23 sh ./ci/install-rust.sh
- name: Check breaking changes
run: sh ci/semver.sh macos

View file

@ -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