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"); } ````