aboutsummaryrefslogtreecommitdiff
path: root/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.rs b/build.rs
index ac3d3f6..3a8149e 100644
--- a/build.rs
+++ b/build.rs
@@ -1,3 +1,3 @@
fn main() {
- println!("cargo:rerun-if-changed=path/to/your/migration/dir/relative/to/your/Cargo.toml");
+ println!("cargo:rerun-if-changed=migrations");
}