Description: avoid WASM-only crates
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-04-25
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,9 +27,6 @@
 easy-parallel = "3"
 futures-lite = "2"
 
-[target.'cfg(target_family = "wasm")'.dev-dependencies]
-wasm-bindgen-test = "0.3.37"
-
 [features]
 default = ["std"]
 std = ["concurrent-queue/std", "event-listener-strategy/std"]
