ruma-common 0.13.0

Common types for other ruma crates.
Documentation
1
2
3
4
5
6
fn main() {
    // Prevent unnecessary rerunning of this build script
    println!("cargo:rerun-if-changed=build.rs");
    // Prevent nightly CI from erroring on docsrs attributes
    println!("cargo:rustc-check-cfg=cfg(docsrs)");
}