diff options
author | fx <[email protected]> | 2023-10-15 14:53:23 +0200 |
---|---|---|
committer | fx <[email protected]> | 2023-10-15 14:53:23 +0200 |
commit | 82463cb3c3b107dbeed2b5f2cec0751bdae4b05d (patch) | |
tree | 65913b0750aa3a56d54fef5ca82f8d07ca3db608 /build.rs | |
parent | 981e5c548e7098f4a391384d316ec7a52c1fa979 (diff) | |
download | webol-82463cb3c3b107dbeed2b5f2cec0751bdae4b05d.tar webol-82463cb3c3b107dbeed2b5f2cec0751bdae4b05d.tar.gz webol-82463cb3c3b107dbeed2b5f2cec0751bdae4b05d.zip |
test with build.rs and cache-to and from
Diffstat (limited to 'build.rs')
-rw-r--r-- | build.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build.rs b/build.rs new file mode 100644 index 0000000..7609593 --- /dev/null +++ b/build.rs | |||
@@ -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 | ||