Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't dirty shadow.rs unless contents have changed
Stop spurious rebuilds for any project that uses shadow-rs - even if no source has changed, because the shadow.rs file is blindly clobbered on every build, cargo thinks something has changed due to the directive to rebuild if shadow.rs changes. Instead, check if any of the new contents are actually different, ignoring the "Generation time" header.
- Loading branch information