Commit cbfae53
Prevent unnecessary rebuilds by adding rerun-if-changed directive
Add cargo:rerun-if-changed=build.rs to explicitly tell Cargo when to
rebuild. Without this directive, Cargo's default behavior is to rerun
the build script whenever any file in the package changes, causing
unnecessary rebuilds when this crate is used as a dependency.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent f0e0327 commit cbfae53
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| 204 | + | |
204 | 205 | | |
205 | 206 | | |
206 | 207 | | |
| |||
0 commit comments