You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: bust rust-cache when Cargo.lock changes
Rust E0460 on macOS (stale objc2/ctrlc rmeta) came from Swatinem/rust-cache
restoring a pre-lockfile-regeneration target dir. Include hashFiles of
Cargo.lock in cache keys so dependency graph changes get a fresh cache.
fix(ci): pass Cargo.toml to maturin instead of pyproject.toml
maturin's -m/--manifest-path flag expects a Cargo.toml, not a
pyproject.toml. This caused all trampoline build jobs to fail.