commit | 1be379aa6c140c20e97e518ecccbc35b9f63f825 | [log] [tgz] |
---|---|---|
author | gnzlbg <gonzalobg88@gmail.com> | Wed Jan 30 11:29:41 2019 +0100 |
committer | gnzlbg <gonzalobg88@gmail.com> | Wed Jan 30 11:29:41 2019 +0100 |
tree | 3bdf127191f35a9b1b093729a891bb6be56782d7 | |
parent | ee12bcf4346719e1350be986f233c8ab6b4a26cb [diff] |
Comment-out dev-dependencies in core_arch
This repository contains two main crates:
core_arch
implements core::arch
- Rust's core library architecture-specific intrinsics, andstd_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),