Merge pull request #82 from rust-lang/bugfix/wasm-dependencies
Fix wasm-bindgen dependency
This commit is contained in:
commit
d95433dbb5
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue