Skip to content

Commit

Permalink
Fix cargo-rerun-if build path that was leading to unnecessary recompi…
Browse files Browse the repository at this point in the history
…lation
sumeetattree committed Oct 8, 2021
1 parent bb75408 commit 3c47c91
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iso-rs"
version = "0.1.2"
version = "0.1.3"
authors = ["Daksh14 <[email protected]>"]
edition = "2018"
build = "build/build.rs"
2 changes: 1 addition & 1 deletion build/build.rs
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ fn main() -> Result<(), Box<dyn Error>> {
.as_bytes(),
)?;

println!("cargo:rerun-if-changed=build.rs");
println!("cargo:rerun-if-changed=build/build.rs");

Ok(())
}

0 comments on commit 3c47c91

Please sign in to comment.