set gitattributes for rust & cargo so hashes dont conflict on Windows
This commit is contained in:
10
zeroidc/vendor/generic-array/build.rs
vendored
10
zeroidc/vendor/generic-array/build.rs
vendored
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user