File: 2002_not_wasm.patch

package info (click to toggle)
rust-async-channel 2.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid
  • size: 204 kB
  • sloc: makefile: 2; sh: 1
file content (18 lines) | stat: -rw-r--r-- 469 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"]