Skip to content

Commit

Permalink
Update semverver version used in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Oct 20, 2021
1 parent 037806f commit b540e1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
- 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-07-23 sh ./ci/install-rust.sh
run: TOOLCHAIN=nightly-2021-09-30 sh ./ci/install-rust.sh
- name: Check breaking changes
run: sh ci/semver.sh linux

Expand All @@ -270,7 +270,7 @@ jobs:
- uses: actions/checkout@v2
- name: Setup Rust toolchain
# Pin nightly version to make semverver compilable.
run: TOOLCHAIN=nightly-2021-07-23 sh ./ci/install-rust.sh
run: TOOLCHAIN=nightly-2021-09-30 sh ./ci/install-rust.sh
- name: Check breaking changes
run: sh ci/semver.sh macos

Expand Down
2 changes: 1 addition & 1 deletion ci/semver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b540e1b

Please sign in to comment.