Skip to content

Commit

Permalink
Remove --baseline-version specification from semver-checks (#1287)
Browse files Browse the repository at this point in the history
### What

Resolves #1286

### Why

[TODO: Why this change is being made. Include any context required to
understand the why.]

### Known limitations

[TODO or N/A]
  • Loading branch information
jayz22 authored Jun 25, 2024
1 parent 648cbcb commit de2018d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
name: cargo-semver-checks
version: 0.32.0
- run: cargo semver-checks --baseline-version 21.1.0-rc.1
- run: cargo semver-checks

build-and-test:
strategy:
Expand Down

0 comments on commit de2018d

Please sign in to comment.