forked from mirrors/gecko-dev
This also upgrades the headers crate to 0.3.7. Webdriver depends on warp 0.2, which depends on headers 0.3. But headers < 0.3.7 depends on sha-1 < 0.10. We need sha-1 and sha2 at the same minor version to avoid duplicate block-buffer, generic-array, and digest crates. Differential Revision: https://phabricator.services.mozilla.com/D146010
5 lines
146 B
Rust
5 lines
146 B
Rust
fn main() {
|
|
if version_check::is_min_version("1.41.0").unwrap_or(false) {
|
|
println!("cargo:rustc-cfg=relaxed_coherence");
|
|
}
|
|
}
|