semverver 0.1.50

Automatic verification of SemVer adherence in Rust library crates
// 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");
}