Skip to content

Commit 6581d8b

Browse files
committed
Use cfg(target_family = "wasm") in Cargo.toml
1 parent 0493551 commit 6581d8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ fastrand = "2.0.0"
2929
futures-lite = "2.0.0"
3030
waker-fn = "1.1.0"
3131

32-
[target.'cfg(any(target_arch = "wasm32", target_arch = "wasm64"))'.dev-dependencies]
32+
[target.'cfg(target_family = "wasm")'.dev-dependencies]
3333
wasm-bindgen-test = "0.3"

0 commit comments

Comments
 (0)