File: 2001_wasm.patch

package info (click to toggle)
rust-async-lock 3.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 352 kB
  • sloc: makefile: 2; sh: 1
file content (15 lines) | stat: -rw-r--r-- 422 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: avoid wasm-only not-in-Debian crate wasm-bindgen-test
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-06-10
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,6 +31,3 @@
 flume = "0.11.0"
 futures-lite = "2.0.0"
 waker-fn = "1.1.0"
-
-[target.'cfg(target_family = "wasm")'.dev-dependencies]
-wasm-bindgen-test = "0.3"