Skip to content

Commit 541c7df

Browse files
Update build.rs
Co-authored-by: Jonas Schievink <[email protected]>
1 parent 4e9999f commit 541c7df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: build.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ fn main() {
2727
// any file in the project changes. By specifying `memory.x`
2828
// here, we ensure the build script is only re-run when
2929
// `memory.x` is changed.
30-
println!("cargo:rerun-if-changed=memory.x"); }
30+
println!("cargo:rerun-if-changed=memory.x");
31+
}

0 commit comments

Comments
 (0)