Merge pull request #82 from rust-lang/bugfix/wasm-dependencies

Fix wasm-bindgen dependency
This commit is contained in:
Jubilee 2021-03-22 13:51:46 -07:00 committed by GitHub
commit d95433dbb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]