Skip to content

Commit 0d77118

Browse files
authored
Merge pull request #255 from dtolnay/rebuild
Force rebuild on new files in tests directory
2 parents 840b110 + 7fd4570 commit 0d77118

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use std::io;
44
use std::path::Path;
55

66
fn main() -> io::Result<()> {
7-
println!("cargo:rerun-if-changed=build.rs");
7+
println!("cargo:rerun-if-changed=src/tests");
88

99
let out_dir = env::var_os("OUT_DIR").unwrap();
1010
let target = env::var("TARGET").ok();

0 commit comments

Comments
 (0)