File: 2002_not_wasm.patch

package info (click to toggle)
rust-event-listener 5.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 344 kB
  • sloc: makefile: 2; sh: 1
file content (18 lines) | stat: -rw-r--r-- 437 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-08
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -56,9 +56,6 @@
 default-features = false
 features = ["cargo_bench_support"]
 
-[target.'cfg(target_family = "wasm")'.dev-dependencies]
-wasm-bindgen-test = "0.3"
-
 [[bench]]
 name = "bench"
 harness = false