diff options
author | fx <[email protected]> | 2023-10-14 22:01:33 +0200 |
---|---|---|
committer | fx <[email protected]> | 2023-10-14 22:01:33 +0200 |
commit | 6648d1da1df9a4e4e2945739fc0fd3c7f77643cb (patch) | |
tree | e487bbf77c5280a58ee5bcd69f6b74018be96430 /build.rs | |
parent | 25885b8e08252db20f2a50e64184b6a59e546a73 (diff) | |
download | webol-6648d1da1df9a4e4e2945739fc0fd3c7f77643cb.tar webol-6648d1da1df9a4e4e2945739fc0fd3c7f77643cb.tar.gz webol-6648d1da1df9a4e4e2945739fc0fd3c7f77643cb.zip |
test this fing shit on pi wohoo
Diffstat (limited to 'build.rs')
-rw-r--r-- | build.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build.rs b/build.rs deleted file mode 100644 index 7609593..0000000 --- a/build.rs +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | // generated by `sqlx migrate build-script` | ||
2 | fn main() { | ||
3 | // trigger recompilation when a new migration is added | ||
4 | println!("cargo:rerun-if-changed=migrations"); | ||
5 | } \ No newline at end of file | ||