We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8dcb4d5 + 65b5210 commit e6bbf49Copy full SHA for e6bbf49
crates/core_simd/Cargo.toml
@@ -15,11 +15,9 @@ std = []
15
generic_const_exprs = []
16
all_lane_counts = []
17
18
-[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen]
19
-version = "0.2"
20
-
21
-[dev-dependencies.wasm-bindgen-test]
22
-version = "0.3"
+[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
+wasm-bindgen = "0.2"
+wasm-bindgen-test = "0.3"
23
24
[dev-dependencies.proptest]
25
version = "0.10"
0 commit comments