commit | 4b822354ddf11b32650b82dda0559aae53d258ae | [log] [tgz] |
---|---|---|
author | gnzlbg <gonzalobg88@gmail.com> | Wed Sep 18 09:10:29 2019 +0200 |
committer | gnzlbg <gnzlbg@users.noreply.github.com> | Wed Sep 18 12:09:07 2019 +0200 |
tree | b0e42d066c7efdd23f01d14ba9a7c4ffeadf87dc | |
parent | ade6b2d6875dfca45ea56f43e261c2aa0f8816d6 [diff] |
Enable std_detect_env_override feature on CI tests
This repository contains two main crates:
core_arch
implements core::arch
- Rust's core library architecture-specific intrinsics, and
std_detect
implements std::detect
- Rust's standard library run-time CPU feature detection.
The std::simd
component now lives in the packed_simd
crate.
To do a release of the core_arch
and std_detect
crates,
dev-dependencies
in their Cargo.toml
files (due to https://github.com/rust-lang/cargo/issues/4242),