Skip to content

Commit 74cd34a

Browse files
committed
Skip rerunning build script on library code changes
1 parent dcc4aa2 commit 74cd34a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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-check-cfg=cfg(async_trait_nightly_testing)");
56
}

0 commit comments

Comments
 (0)