diff options
author | bors <bors@rust-lang.org> | 2021-10-20 18:19:53 +0000 |
---|---|---|
committer | bors <bors@rust-lang.org> | 2021-10-20 18:19:53 +0000 |
commit | 6492988886813708180d5e1d72328eeea0de3ea1 (patch) | |
tree | 77acdf7304c4abec8e492c26c095e8173d5c59e0 /.github | |
parent | 5d7f90ca900ef440c96aa0eacbf780a12c145f6b (diff) | |
parent | b540e1bb1d47351f307bb87a6b39cddb7edf6e1a (diff) | |
download | rust-libc-6492988886813708180d5e1d72328eeea0de3ea1.tar.gz |
Auto merge of #2451 - GuillaumeGomez:freebsd-items, r=JohnTitor
Freebsd items
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/bors.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml index 25852318e2..3ad1ef6c13 100644 --- a/.github/workflows/bors.yml +++ b/.github/workflows/bors.yml @@ -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 @@ -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 |