set gitattributes for rust & cargo so hashes dont conflict on Windows

This commit is contained in:
Grant Limberg
2023-03-01 14:16:51 -08:00
parent dc54e0e1c4
commit 032dc5c108
595 changed files with 74701 additions and 74694 deletions

View File

@@ -1,5 +1,5 @@
fn main() {
if version_check::is_min_version("1.41.0").unwrap_or(false) {
println!("cargo:rustc-cfg=relaxed_coherence");
}
}
fn main() {
if version_check::is_min_version("1.41.0").unwrap_or(false) {
println!("cargo:rustc-cfg=relaxed_coherence");
}
}