Fix cargo semver-checks rust version

I forgot forcing stable rustc for semver-checks in commit 67fea1a.
On nightly Rust it is possible for the rustdoc version
to be newer than what cargo semver checks supports.
This commit is contained in:
Jonathan Schwender
2023-08-25 18:14:40 +02:00
committed by Emilio Cobos Álvarez
parent e7613e5701
commit db6ccdd863
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
- name: semver
run: |
cargo +stable install cargo-semver-checks --locked
cargo semver-checks check-release
cargo +stable semver-checks check-release
- name: Build cbindgen
run: |