Files
ystp/build.rs
237899745 500a8f7ecd
Some checks failed
CI / verify (push) Has been cancelled
fix: make migration checksums reproducible
2026-07-25 21:52:20 +08:00

4 lines
65 B
Rust

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