File: disable-wasm32-target.patch

package info (click to toggle)
rust-wasm-bindgen-futures 0.4.50-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: javascript: 6; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 271 bytes parent folder | download
1
2
3
4
5
6
7
8
9
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,2 +43,0 @@
-[target.'cfg(target_arch = "wasm32")'.dev-dependencies.futures-channel]
-version = "0.3"
@@ -46,3 +46,0 @@
-[target.'cfg(target_arch = "wasm32")'.dev-dependencies.futures-lite]
-version = "2"
-default-features = false