From 541c7df215bc3982bc6a77a811c8748a2833a245 Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Wed, 22 Jul 2020 00:27:48 +0200 Subject: [PATCH] Update build.rs Co-authored-by: Jonas Schievink --- build.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.rs b/build.rs index 9576922..d534cc3 100644 --- a/build.rs +++ b/build.rs @@ -27,4 +27,5 @@ fn main() { // any file in the project changes. By specifying `memory.x` // here, we ensure the build script is only re-run when // `memory.x` is changed. - println!("cargo:rerun-if-changed=memory.x"); } + println!("cargo:rerun-if-changed=memory.x"); +}