File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ name = "wasm-bindgen"
3
3
version = " 0.2.39"
4
4
authors = [" The wasm-bindgen Developers" ]
5
5
license = " MIT/Apache-2.0"
6
- # Because only a single `wasm_bindgen` version can be used in a dependency
7
- # graph, pretend we link a native library so that `cargo` will provide better
8
- # error messages than the esoteric linker errors we would otherwise trigger.
9
- links = " wasm_bindgen"
10
6
readme = " README.md"
11
7
categories = [" wasm" ]
12
8
repository = " https://github.com/rustwasm/wasm-bindgen"
Original file line number Diff line number Diff line change @@ -10,3 +10,8 @@ description = """
10
10
Shared support between wasm-bindgen and wasm-bindgen cli, an internal
11
11
dependency.
12
12
"""
13
+
14
+ # Because only a single `wasm_bindgen` version can be used in a dependency
15
+ # graph, pretend we link a native library so that `cargo` will provide better
16
+ # error messages than the esoteric linker errors we would otherwise trigger.
17
+ links = " wasm_bindgen"
You can’t perform that action at this time.
0 commit comments