semverver 0.1.52

Automatic verification of SemVer adherence in Rust library crates
1
2
3
4
5
6
// This does nothing.
// It is only there because cargo will only set the $OUT_DIR env variable
// for tests if there is a build script.
fn main() {
    println!("cargo:rerun-if-changed=build.rs");
}