blob: c27c7e3fa989bd42949071d49715befe83aa5a1b [file] [log] [blame]
fn main() {
if version_check::is_min_version("1.41.0").unwrap_or(false) {
println!("cargo:rustc-cfg=relaxed_coherence");
}
}