Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jobs:
with:
tool: cargo-semver-checks
- run: tools/semver-gate-selftest/run.sh
- run: .github/scripts/check-semver.sh 0.10.3
- run: .github/scripts/check-semver.sh 0.11.0
env:
BREAKING_LABEL: ${{ contains(github.event.pull_request.labels.*.name, 'breaking') }}

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cargo +1.85 check -p termlens --all-features --all-targets --locked #
cargo +1.85 check -p termlens --no-default-features --all-targets --locked
cargo clippy --workspace --all-targets --all-features --target x86_64-pc-windows-msvc -- -D warnings # the Windows build, from any host: `rustup target add x86_64-pc-windows-msvc` once
tools/semver-gate-selftest/run.sh # the semver gate can fail (cargo install cargo-semver-checks)…
.github/scripts/check-semver.sh 0.10.3 # …and the public API is compatible with the last published release
.github/scripts/check-semver.sh 0.11.0 # …and the public API is compatible with the last published release
```

The list is written out here rather than left as a pointer because a first
Expand Down