cargo-c
cargo-c copied to clipboard
Trigger a rebuild if non-cargo-significant changes happened
In particular --prefix=/libdir/includedir changes and cbindgen.toml metadata.
I got bit by two rebuild issues: adding a cbindgen.toml didn't trigger a re-cbindgenning, and setting package.metadata.capi.library name didn't trigger a rebuild of the library, so install failed.
should be easy to add both in the hash computation, thank you for reporting.