diff options
author | Cara Salter <cara@devcara.com> | 2022-02-14 10:55:33 -0500 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-02-15 08:27:37 -0500 |
commit | 18abf2d8410bd31f16b406e6e5be18c9c14b653f (patch) | |
tree | 1449f8638139d201b40ce4fdbab1e09e3e3f642a /build.rs | |
parent | 274f2cceabc1b0e2b35e0937473a6497a82d7c98 (diff) | |
download | glitch-ng-18abf2d8410bd31f16b406e6e5be18c9c14b653f.tar.gz glitch-ng-18abf2d8410bd31f16b406e6e5be18c9c14b653f.zip |
Add CI0.6.0
Update dependencies
Update docker image
Fix CI
Docker
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 @@ +// 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 |