Skip to content

Commit 3202a68

Browse files
committed
Skip rerunning build script on library code changes
1 parent b4f1bc1 commit 3202a68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

serde_derive/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
fn main() {
22
// Warning: build.rs is not published to crates.io.
33

4+
println!("cargo:rerun-if-changed=build.rs");
45
println!("cargo:rustc-cfg=check_cfg");
56
println!("cargo:rustc-check-cfg=cfg(check_cfg)");
67
println!("cargo:rustc-check-cfg=cfg(exhaustive)");

0 commit comments

Comments
 (0)