Skip to content

Commit

Permalink
Fix cargo semver-checks rust version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jschwe authored and emilio committed Sep 4, 2023
1 parent e7613e5 commit db6ccdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -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: |
Expand Down

0 comments on commit db6ccdd

Please sign in to comment.