1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00
Files
authentication-service/crates/core/build.rs
2021-09-24 19:08:52 +02:00

5 lines
124 B
Rust

fn main() {
// trigger recompilation when a new migration is added
println!("cargo:rerun-if-changed=migrations");
}