diff options
| author | Caleb Zulawski <caleb.zulawski@gmail.com> | 2021-03-06 22:00:39 -0500 |
|---|---|---|
| committer | Caleb Zulawski <caleb.zulawski@gmail.com> | 2021-03-06 22:00:39 -0500 |
| commit | 8cb1fe0c0e88811c12cce245b5437e6b4b003702 (patch) | |
| tree | ba65e5dcfeb981203aa62961f801bff4f36516ef | |
| parent | 8ad4f14372b920aae3ecd51a33211d0508a2fe03 (diff) | |
| download | rust-8cb1fe0c0e88811c12cce245b5437e6b4b003702.tar.gz rust-8cb1fe0c0e88811c12cce245b5437e6b4b003702.zip | |
Fix wasm-bindgen dependency
| -rw-r--r-- | crates/core_simd/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/core_simd/Cargo.toml b/crates/core_simd/Cargo.toml index d76bd547cde..26cc65a8687 100644 --- a/crates/core_simd/Cargo.toml +++ b/crates/core_simd/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["core", "simd", "intrinsics"] categories = ["hardware-support", "no-std"] license = "MIT OR Apache-2.0" -[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen] +[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen] version = "0.2" [dev-dependencies.wasm-bindgen-test] |
