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
I found the Build.rs keep rerun, it will make build slow.
fn main() { println!("cargo:rerun-if-changed=Cargo.toml"); println!("cargo:rerun-if-changed=patches/"); cargo_patch::patch().expect("Failed while patching"); }
The text was updated successfully, but these errors were encountered:
Compiling serde_json v1.0.119 (/Users/fancy/xxx/target/patch/serde_json-1.0.119) Compiling crates-io v0.37.0 Compiling rustfix v0.6.1 Compiling pasetors v0.6.8
Sorry, something went wrong.
No branches or pull requests
I found the Build.rs keep rerun, it will make build slow.
The text was updated successfully, but these errors were encountered: