//!//! This build script detects minimum version and sets
//! flags that are actionable with #[cfg(flag)].
//!externcrate version_check;fnmain(){println!("cargo:rerun-if-changed=build.rs");ifletSome((true,_))=version_check::is_min_version("1.24.0"){println!("cargo:rustc-cfg=MIN_VER_1_24_0");}}