commit | ec1461905b421cf0c56adeebb49bbf55bb33fd17 | [log] [tgz] |
---|---|---|
author | Amanieu d'Antras <amanieu@gmail.com> | Thu Mar 18 20:36:40 2021 +0000 |
committer | Joshua Nelson <jyn514@gmail.com> | Fri Apr 02 05:12:13 2021 -0400 |
tree | 0d035ef6bba5e95538dfe6d141302c1a5e2bdb2c | |
parent | 77e5b51164e50d6371fb3be80c36c3871cda4480 [diff] |
Fix building std_detect as a dependency of std (#1089)
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),