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:
committed by
Emilio Cobos Álvarez
parent
e7613e5701
commit
db6ccdd863
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user