Skip to content

Commit 5055bd4

Browse files
committed
use 1.90 for semver_checks
1 parent 030ece5 commit 5055bd4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/semver.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ jobs:
2424
with:
2525
crate: cargo-semver-checks
2626
- name: run check-release
27-
run: cargo semver-checks check-release
27+
# We set the cargo version here to dodge ecosystem
28+
# issues that can arise b/c semver-checks doesnt'
29+
# respect our Cargo.lock
30+
run: cargo +1.90.0 semver-checks check-release

0 commit comments

Comments
 (0)