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>
1 file changed
tree: f21099eda41f5ea938948647c8eea505ad509dd3
  1. ci/
  2. crates/
  3. examples/
  4. .appveyor.yml
  5. .gitignore
  6. .travis.yml
  7. Cargo.toml
  8. CONTRIBUTING.md
  9. LICENSE-APACHE
  10. LICENSE-MIT
  11. QUESTIONS.md
  12. README.md
  13. vendor.yml
README.md

stdsimd - Rust's standard library SIMD components

Travis-CI Status Appveyor Status

Crates

This repository contains two main crates:

  • core_arch_crate_badge core_arch_docs_badge core_arch implements core::arch - Rust's core library architecture-specific intrinsics, and

  • std_detect_crate_badge std_detect_docs_badge 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.

How to do a release

To do a release of the core_arch and std_detect crates,