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
10 changes: 10 additions & 0 deletions .github/workflows/tooling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,24 @@ jobs:
name: cargo-semver-checks (astrodyn)
runs-on: ubuntu-latest
steps:
# Full history so the `main` baseline rev below is available locally.
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
key: semver-checks
- uses: obi1kenobi/cargo-semver-checks-action@v2
with:
package: astrodyn
# Compare against the `main` branch, not the crates.io release.
# The published 0.1.1 baseline is unbuildable on a fresh (unlocked)
# resolve since nalgebra 0.35.0 (2026-05-24) — anise pulls two
# incompatible nalgebra majors via its hyperdual edge. A published
# manifest can't be patched; `main` can, so the git baseline stays
# buildable. (Also a better regression fence for a pre-1.0 crate.)
baseline-rev: main

cargo-hack:
# Feature-matrix fence on `astrodyn_ephemeris`. `README.md` documents
Expand Down
Loading
Loading