v1.12.5
Fixed
- build:
build.rsno longer forces spurious rebuilds when the crate is consumed from a registry (crates.io) rather than a git checkout. It skipscargo:rerun-if-changedfor thequery-overlaysdirectory when it does not exist, skips rerun triggers for parser directories underOUT_DIR, and falls back toCARGO_MANIFEST_DIRwhen the overlay-directory search walks past the filesystem root. Fixes #159.
Maintenance
- Bump to 1.12.5 and regenerate all bindings, docs, and e2e suites with alef 0.32.11.
- Update
crossbeam-epochto 0.9.20 (RUSTSEC-2026-0204).
See CHANGELOG.md for details.