semverver 0.1.43

Automatic verification of SemVer adhrence in rust library crates
Documentation
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");
}