Skip to content

Commit 451ca2e

Browse files
authored
Merge pull request #444 from rust-osdev/stable-semver-checks
CI: Run `semver-checks` using stable Rust
2 parents d891bdb + 97cfcb4 commit 451ca2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,4 @@ jobs:
236236
cache-targets: false
237237
- run: cargo install cargo-semver-checks --locked
238238
- name: Check semver
239-
run: cargo semver-checks check-release
239+
run: cargo +stable semver-checks check-release

0 commit comments

Comments
 (0)