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
- Reuse extracted macOS binaries in OUT_DIR instead of re-downloading on
every build-script rerun (previous regression would break offline/CI).
- Switch build-script directives from `cargo::` back to `cargo:` for
consistency with the rest of the build scripts.
- Propagate I/O errors from `Artifact::ensure_in` instead of unwrapping
in `SpyImpl::init_in`.
- Inherit `target = "target"` for the fspy_preload cdylib artifact deps
through the workspace so `cargo autoinherit` is idempotent.
0 commit comments