We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo publish is unhappy with modifications happening outside of OUT_DIR when running build.rs.
cargo publish
OUT_DIR
The text was updated successfully, but these errors were encountered:
I'm guessing the current build must changing the last modified time of the file and complaining about that since the contents shouldn't change.
I wonder if we could configure the header generator not to modify the file if the contents have not changed.
Link to rust feature: rust-lang/cargo#5584
Sorry, something went wrong.
@MarkMcCaskey I believe we can close this issue now. Feel free to reopen if you think it's still relevant somehow.
No branches or pull requests
cargo publish
is unhappy with modifications happening outside ofOUT_DIR
when running build.rs.The text was updated successfully, but these errors were encountered: