diff options
author | fx <[email protected]> | 2023-10-15 02:26:29 +0200 |
---|---|---|
committer | fx <[email protected]> | 2023-10-15 02:26:29 +0200 |
commit | 0948f75248a5daf8229ce1f40d1b3ec8d9aecbac (patch) | |
tree | 753359f0a74c44f31e6fa7e9ab5d7d404b8092b9 /build.rs.disabled | |
parent | d109f789b1cb75fc144a203628694dfb7ed300cb (diff) | |
download | webol-0948f75248a5daf8229ce1f40d1b3ec8d9aecbac.tar webol-0948f75248a5daf8229ce1f40d1b3ec8d9aecbac.tar.gz webol-0948f75248a5daf8229ce1f40d1b3ec8d9aecbac.zip |
test w/ cargo chef + arm64
Diffstat (limited to 'build.rs.disabled')
-rw-r--r-- | build.rs.disabled | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build.rs.disabled b/build.rs.disabled new file mode 100644 index 0000000..7609593 --- /dev/null +++ b/build.rs.disabled | |||
@@ -0,0 +1,5 @@ | |||
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 | ||