trifid/trifid-api/build.rs
core 68627b0c92
All checks were successful
/ build (push) Successful in 46s
/ build_x64 (push) Successful in 2m26s
/ build_arm64 (push) Successful in 2m36s
/ build_win64 (push) Successful in 2m34s
worktm
2023-11-20 20:07:02 -05:00

3 lines
64 B
Rust

fn main() {
println!("cargo:rerun-if-changed=migrations")
}