Skip to content

Commit b2c7cc1

Browse files
committed
Auto merge of #2306 - JohnTitor:semverver-update, r=JohnTitor
Upgrade `semverver` to 0.1.47 Finally we released it on crates.io 🎉 r? `@ghost`
2 parents b2c99fa + e84adf6 commit b2c7cc1

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/bors.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,27 +228,25 @@ jobs:
228228

229229
semver_linux:
230230
name: Semver Linux
231-
needs: build_channels_linux
232231
runs-on: ubuntu-20.04
233232
continue-on-error: true
234233
steps:
235234
- uses: actions/checkout@v2
236235
- name: Setup Rust toolchain
237236
# Should update the semverver revision in semver.sh if we touch nightly ver.
238-
run: TOOLCHAIN=nightly-2021-05-21 sh ./ci/install-rust.sh
237+
run: TOOLCHAIN=nightly-2021-07-23 sh ./ci/install-rust.sh
239238
- name: Check breaking changes
240239
run: sh ci/semver.sh linux
241240

242241
semver_macos:
243242
name: Semver macOS
244-
needs: build_channels_macos
245243
runs-on: macos-10.15
246244
continue-on-error: true
247245
steps:
248246
- uses: actions/checkout@v2
249247
- name: Setup Rust toolchain
250-
# FIXME: Pin nightly version to make semverver compilable.
251-
run: TOOLCHAIN=nightly-2021-05-21 sh ./ci/install-rust.sh
248+
# Pin nightly version to make semverver compilable.
249+
run: TOOLCHAIN=nightly-2021-07-23 sh ./ci/install-rust.sh
252250
- name: Check breaking changes
253251
run: sh ci/semver.sh macos
254252

ci/semver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616
rustup component add rustc-dev llvm-tools-preview
1717

1818
# Should update the nightly version in bors CI config if we touch this.
19-
cargo install --locked --git https://github.com/rust-lang/rust-semverver --rev 6d2403c219834d3a6c44cec093db820a0dbe5d21
19+
cargo install semverver --version=0.1.47
2020

2121
TARGETS=
2222
case "${OS}" in

0 commit comments

Comments
 (0)