commit | 126e6ed44761ef4c558a2ca0e99c704403647498 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <support@dependabot.com> | Thu Apr 25 08:12:03 2019 +0000 |
committer | dependabot[bot] <support@dependabot.com> | Thu Apr 25 08:12:03 2019 +0000 |
tree | f21099eda41f5ea938948647c8eea505ad509dd3 | |
parent | 8b5aa3a97970ab52d309122d3868eafca6b3cb14 [diff] |
Update wasm-bindgen-test requirement from =0.2.19 to =0.2.42 Updates the requirements on [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen) to permit the latest version. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/master/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.19...0.2.19) Signed-off-by: dependabot[bot] <support@dependabot.com>
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),