Skip to content

Commit 8c637d9

Browse files
authored
use 1.90 for semver_checks and pin semver_checks to 0.43.0 (#793)
In order to not bump MSRV we have to do a kind of weird juggling with version numbers.
1 parent 030ece5 commit 8c637d9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/semver.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,9 @@ jobs:
2323
uses: baptiste0928/[email protected]
2424
with:
2525
crate: cargo-semver-checks
26+
version: '0.43.0'
2627
- name: run check-release
27-
run: cargo semver-checks check-release
28+
# We set the cargo version here to dodge ecosystem
29+
# issues that can arise b/c semver-checks doesnt'
30+
# respect our Cargo.lock
31+
run: cargo +1.90.0 semver-checks check-release

0 commit comments

Comments
 (0)