We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037806f commit 409d55dCopy full SHA for 409d55d
.github/workflows/bors.yml
@@ -258,7 +258,7 @@ jobs:
258
- uses: actions/checkout@v2
259
- name: Setup Rust toolchain
260
# Should update the semverver revision in semver.sh if we touch nightly ver.
261
- run: TOOLCHAIN=nightly-2021-07-23 sh ./ci/install-rust.sh
+ run: TOOLCHAIN=nightly-2021-09-30 sh ./ci/install-rust.sh
262
- name: Check breaking changes
263
run: sh ci/semver.sh linux
264
ci/semver.sh
@@ -16,7 +16,7 @@ fi
16
rustup component add rustc-dev llvm-tools-preview
17
18
# Should update the nightly version in bors CI config if we touch this.
19
-cargo install semverver --version=0.1.47
+cargo install semverver --version=0.1.48
20
21
TARGETS=
22
case "${OS}" in
0 commit comments