From 82463cb3c3b107dbeed2b5f2cec0751bdae4b05d Mon Sep 17 00:00:00 2001 From: fx Date: Sun, 15 Oct 2023 14:53:23 +0200 Subject: test with build.rs and cache-to and from --- build.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 build.rs (limited to 'build.rs') diff --git a/build.rs b/build.rs new file mode 100644 index 0000000..7609593 --- /dev/null +++ b/build.rs @@ -0,0 +1,5 @@ +// generated by `sqlx migrate build-script` +fn main() { + // trigger recompilation when a new migration is added + println!("cargo:rerun-if-changed=migrations"); +} \ No newline at end of file -- cgit v1.2.3